Template:CMI Example CMI has output item C

From CSDMS
Revision as of 18:31, 1 February 2012 by CSDMSBot (talk | contribs) (Automated import of articles *** existing text overwritten ***)
(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_output_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;