Method

NumCosmoMathMSetCatalogcol_by_name

Declaration [src]

gboolean
ncm_mset_catalog_col_by_name (
  NcmMSetCatalog* mcat,
  const gchar* name,
  guint* col_index
)

Description [src]

Finds the column name in the catalog mcat.

Parameters

name

Type: const gchar*

Column name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
col_index

Type: guint*

Column index.

The argument will be set by the function.

Return value

Type: gboolean

Whether if name was found in catalog.