NumCosmoMath.MSetCatalog.set_add_val_name

@accepts(NumCosmoMath.MSetCatalog, int, unicode)
@returns(none)
def set_add_val_name(self, i, name):
    # Python wrapper for ncm_mset_catalog_set_add_val_name()
  

Sets the i-th additional value name.

self

a NumCosmoMath.MSetCatalog.

i

index of the additional value.

name

additional value name.