[−][src]Function gmsh_sys::gmshOptionSetNumber
pub unsafe extern "C" fn gmshOptionSetNumber(
name: *const c_char,
value: f64,
ierr: *mut c_int
)
Set a numerical option to value
. name
is of the form "category.option"
or "category[num].option". Available categories and options are listed in
the Gmsh reference manual.