Method

NumCosmoMathMSetdup

Declaration [src]

NcmMSet*
ncm_mset_dup (
  NcmMSet* mset,
  NcmSerialize* ser
)

Description [src]

Duplicate a NcmMSet using a NcmSerialize object.

Parameters

ser

Type: NcmSerialize

A NcmSerialize.

The data is owned by the caller of the method.

Return value

Type: NcmMSet

A new NcmMSet.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.