(file) Return to gen.h CVS log (file) (dir) Up to [OMI] / omi / gen

Diff for /omi/gen/gen.h between version 1.1 and 1.3

version 1.1, 2012/05/30 22:47:39 version 1.3, 2015/04/20 18:19:52
Line 124 
Line 124 
     // called MI_Main). This name must not include the parentheses.     // called MI_Main). This name must not include the parentheses.
     std::string entryPoint;     std::string entryPoint;
  
     // Print warnings if true (otherwise suppress them).      // Print no warnings if true (otherwise print them).
     bool warnings;      bool no_warnings;
  
     // Name of provider for which a GNUmakefile will be generated. Used as     // Name of provider for which a GNUmakefile will be generated. Used as
     // basename of library name (e.g., lib<PROVIDERNAME>.so).     // basename of library name (e.g., lib<PROVIDERNAME>.so).
Line 139 
Line 139 
     // Required to generate make file     // Required to generate make file
     std::string cmdLine;     std::string cmdLine;
  
       // Generate ModelCorrespondence qualifier if true.
       bool modelCorrespondence;
   
     // Default constructor (sets options to default values).     // Default constructor (sets options to default values).
     GeneratorOptions();     GeneratorOptions();
  


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

ViewCVS 0.9.2