Method

NumCosmoMathModelBuilderadd_vparam_obj

Declaration [src]

void
ncm_model_builder_add_vparam_obj (
  NcmModelBuilder* mb,
  NcmVParam* vparam
)

Description [src]

Adds the parameters described by sparam to mb.

Parameters

vparam

Type: NcmVParam

A NcmVParam.

The data is owned by the caller of the method.