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

Method code

plugin/seq/isoline.cpp:1241–1248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1239
1240 public:
1241 E_F0 *code(const basicAC_F0 &args) const {
1242 if (args.named_parameter && !args.named_parameter->empty( )) {
1243 CompileError(" They are used Named parameter ");
1244 }
1245
1246 return new CODE(f, t[0]->CastTo(args[0]), t[1]->CastTo(args[1]), t[2]->CastTo(args[2]),
1247 t[3]->CastTo(args[3]), t[4]->CastTo(args[4]));
1248 } // extend
1249
1250 OneOperator5s_(func ff)
1251 : // 3->4

Callers

nothing calls this directly

Calls 3

CompileErrorFunction · 0.85
emptyMethod · 0.45
CastToMethod · 0.45

Tested by

no test coverage detected