/[PAMELA software]/yoda/techmodel/techmodelreader.cpp
ViewVC logotype

Diff of /yoda/techmodel/techmodelreader.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4.0.8.3 by kusanagi, Tue Apr 4 13:31:55 2006 UTC revision 4.0.8.5 by kusanagi, Tue Apr 4 14:56:43 2006 UTC
# Line 93  int main(int argc, char* argv[]) { Line 93  int main(int argc, char* argv[]) {
93    }    }
94    
95    if (!strcmp(argv[1], "-version")){    if (!strcmp(argv[1], "-version")){
96          cout << GetVersionInfo() << "\n";          cout << "$Name:  $ $Revision: 4.0.8.4 $ $MyAuthor$" << "\n";
97          exit(1);          exit(1);
98    }    }
99        
# Line 170  int main(int argc, char* argv[]) { Line 170  int main(int argc, char* argv[]) {
170    //system(command.c_str());    //system(command.c_str());
171  }  }
172    
 /**  
  * Get a string with the version info of the algorithm.  
  */  
 const char* GetVersionInfo(void) const {  
   return "$Revision$";  
 }  

Legend:
Removed from v.4.0.8.3  
changed lines
  Added in v.4.0.8.5

  ViewVC Help
Powered by ViewVC 1.1.23