MCPcopy Create free account
hub / github.com/OpenMC2/OpenMC2 / mc2_cinit

Function mc2_cinit

src/CInit.cpp:253–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251};
252
253int mc2_cinit() {
254 mc2__FPinit_proc();
255
256 for (MC2_PROC_PTR<int> x : xi) {
257 int ret = x();
258 if (ret != 0) return ret;
259 }
260
261 mc2_xc();
262
263 return 0;
264}
265
266MC2_DEF_GLOBAL(glo_692E80, 0x00692E80); // = sqrt_12_constant
267MC2_DEF_GLOBAL(glo_692EAC, 0x00692EAC); // = sqrt_12_constant

Callers 1

load_mc2_dllFunction · 0.85

Calls 2

mc2__FPinit_procFunction · 0.85
mc2_xcFunction · 0.85

Tested by

no test coverage detected