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

Function FreeVectorArray

externalpackages/PVODE/source/spgmr.cpp:435–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433/*************** Private Helper Function: FreeVectorArray ************/
434
435static void FreeVectorArray(N_Vector *A, int indMax)
436{
437 int j;
438
439 for (j=0; j <= indMax; j++) N_VFree(A[j]);
440
441 free(A);
442}
443
444}

Callers 2

SpgmrMallocFunction · 0.85
SpgmrFreeFunction · 0.85

Calls 1

N_VFreeFunction · 0.85

Tested by

no test coverage detected