MCPcopy Create free account
hub / github.com/FreeFem/FreeFem-sources / arg

Method arg

plugin/mpi/bem.cpp:167–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 static basicAC_F0::name_and_type name_param[] ;
166 Expression nargs[n_name_param];
167 bool arg(int i,Stack stack,bool a) const{ return nargs[i] ? GetAny<bool>( (*nargs[i])(stack) ): a;}
168 long argl(int i,Stack stack,long a) const{ return nargs[i] ? GetAny<long>( (*nargs[i])(stack) ): a;}
169
170 public:

Callers 2

SetCompressMatFunction · 0.45
SetOpHMatrixUserFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected