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

Method operator /

fem/code_generation.cpp:307–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 return *this;
306 }
307 virtual CCode operator /(const CCode &c) { return CCode(s+'/'+c.s); }
308 };
309
310 std::vector<string> CCode::expressions;

Callers

nothing calls this directly

Calls 1

CCodeClass · 0.85

Tested by

no test coverage detected