Template:CMI Example go CXX

From CSDMS
Revision as of 11:52, 6 February 2012 by CSDMSBot (talk | contribs) (Automated import of articles *** existing text overwritten ***)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  int bocca_status = 0;

  this->log.info ("Go");
  this->is_driver = TRUE;

  this->CMI_initialize (NULL);
  this->CMI_run (-1);
  this->CMI_finalize ();

  return bocca_status;