Method
NumCosmoMathVectorconst_free
Declaration [src]
void
ncm_vector_const_free (
const NcmVector* cv
)
Description [src]
Atomically decrements the reference count of the constant cv by one. If the reference count drops to 0,
all memory allocated by cv is released.