Template:CMI Example go CXX

From CSDMS
  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;