Function

NumCosmoMathModelAddSubmodel

Declaration

void
(* NcmModelAddSubmodel) (
  NcmModel* model,
  NcmModel* submodel
)

Description

No description available.

Parameters

model

Type: NcmModel

A NcmModel.

The data is owned by the caller of the function.
submodel

Type: NcmModel

A NcmModel.

The data is owned by the caller of the function.