Method

NumCosmoMathModelCtrlmodel_update

Declaration [src]

gboolean
ncm_model_ctrl_model_update (
  NcmModelCtrl* ctrl,
  NcmModel* model
)

Description [src]

Same as ncm_model_ctrl_update(), but only checks if the model objects are the same. The pkey is not checked.

Parameters

model

Type: NcmModel

A NcmModel.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if ctrl was updated.