MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / CVodeMemRec

Class CVodeMemRec

externalpackages/PVODE/source/cvode.cpp:573–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571 }
572
573 cv_mem = (CVodeMem) malloc(sizeof(struct CVodeMemRec));
574 if (cv_mem == NULL) {
575 fprintf(fp, MSG_MEM_FAIL);
576 return(NULL);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected