Method

NumCosmoMathModelCtrlset_model

Declaration [src]

gboolean
ncm_model_ctrl_set_model (
  NcmModelCtrl* ctrl,
  NcmModel* model
)

Description [src]

Sets the model inside ctrl to model.

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.