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

Function func_new_diff

src/clib/ctfunc.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 int func_new_diff(int a, int b)
84 {
85 try {
86 return FuncCabinet::add(
87 newDiffFunction(FuncCabinet::at(a), FuncCabinet::at(b)));
88 } catch (...) {
89 return handleAllExceptions(-1, ERR);
90 }
91 }
92
93 int func_new_prod(int a, int b)
94 {

Callers 1

TESTFunction · 0.85

Calls 2

newDiffFunctionFunction · 0.85
handleAllExceptionsFunction · 0.70

Tested by 1

TESTFunction · 0.68