Method

NumCosmoMathModellstate_is_update

Declaration [src]

gboolean
ncm_model_lstate_is_update (
  NcmModel* model,
  guint i
)

Description [src]

Check if the i-th lstate is updated. The parameter i must be smaller than #NCM_MODEL_MAX_STATES.

Parameters

i

Type: guint

Lstate index.

Return value

Type: gboolean

Whether the i-th lstate is updated.