Template:CMI Example CMI has input item C

From CSDMS
Revision as of 00:53, 1 February 2012 by CSDMSBot (talk | contribs) (Automated import of articles)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
    struct edu_csdms_models_Sedflux3D__data *this =
      edu_csdms_models_Sedflux3D__get_data (self);
    const char ** names = BMI_Get_input_var_names (this->state);
    char **name;

    for (name=(char**)names; *name; name++)
      if (g_ascii_strcasecmp (*name, long_var_name)==0)
        return TRUE;
    return FALSE;