Function

NumCosmoMathcfg_get_version

Declaration [src]

guint
ncm_cfg_get_version (
  guint* major,
  guint* minor,
  guint* micro
)

Description [src]

Gets the version of the library.

Parameters

major

Type: guint*

The major version.

The argument will be set by the function.
minor

Type: guint*

The minor version.

The argument will be set by the function.
micro

Type: guint*

The micro version.

The argument will be set by the function.

Return value

Type: guint

The version in the format major * 10000 + minor * 100 + micro.