MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / Parse

Method Parse

ngstd/evalfunc.cpp:75–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 bool EvalFunction :: Parse (istream & aist)
76 {
77 ist = &aist;
78 ReadNext();
79 res_type = ParseExpression ();
80 if (GetToken() != END) WriteBack();
81 return program.Size() > 0;
82 }
83
84
85 void EvalFunction :: DefineConstant (const string & name, double val)

Callers

nothing calls this directly

Calls 2

GetTokenFunction · 0.85
SizeMethod · 0.45

Tested by

no test coverage detected