MCPcopy Create free account
hub / github.com/Cantera/cantera / flowdev_setTimeFunction

Function flowdev_setTimeFunction

src/clib/ctreactor.cpp:465–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463 }
464
465 int flowdev_setTimeFunction(int i, int n)
466 {
467 try {
468 ConnectorCabinet::as<FlowDevice>(i)->setTimeFunction(
469 FuncCabinet::at(n).get());
470 return 0;
471 } catch (...) {
472 return handleAllExceptions(-1, ERR);
473 }
474 }
475
476 ///////////// Walls ///////////////////////
477

Callers

nothing calls this directly

Calls 3

handleAllExceptionsFunction · 0.70
setTimeFunctionMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected