next up previous contents [pdf] index

Next: Input parameters Up: sf_getbools Previous: Call

Definition

bool sf_getbools (const char* key,/*@out@*/ bool* par,size_t n) 
/*< get a bool array parameter from the command line >*/
{
    return sf_simtab_getbools(pars,key,par,n);
}




2011-07-02