MCPcopy Create free account
hub / github.com/cselab/aphros / GetBaseConfig

Function GetBaseConfig

examples/107_wasm/aphros.cpp:212–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212static std::string GetBaseConfig() {
213 return R"EOF(
214include conf/base.conf
215include conf/std.conf
216
217set int steps_per_frame 1
218set int return_after_each_step 1
219set string visual
220)EOF";
221}
222
223extern "C" {
224void Spawn(float x, float y, float r) {

Callers 1

SetMeshFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected