Method
NumCosmoMathDatadup
Declaration [src]
NcmData*
ncm_data_dup (
NcmData* data,
NcmSerialize* ser_obj
)
Parameters
ser_obj-
Type:
NcmSerializeA
NcmSerialize.The data is owned by the caller of the method.
Return value
Type: NcmData
A duplicate of data.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |