/[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.1 by kusanagi, Tue Apr 4 13:06:04 2006 UTC revision 4.0.8.6 by kusanagi, Tue Apr 4 15:24:49 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$" << "\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  
     "$Trailer: /home/cvsmanager/yoda/techmodel/TestTrkReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $\n";  
 }  

Legend:
Removed from v.4.0.8.1  
changed lines
  Added in v.4.0.8.6

  ViewVC Help
Powered by ViewVC 1.1.23