Method

NumCosmoMathModelparams_set_model

Declaration [src]

void
ncm_model_params_set_model (
  NcmModel* model,
  NcmModel* model_src
)

Description [src]

Sets all parameters of model to the values of model_src.

Parameters

model_src

Type: NcmModel

A NcmModel.

The data is owned by the caller of the method.