/[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 2.2 by kusanagi, Tue Feb 15 17:55:25 2005 UTC revision 4.0 by kusanagi, Sun Mar 6 04:33:02 2005 UTC
# Line 42  int main(int argc, char* argv[]) { Line 42  int main(int argc, char* argv[]) {
42      char *outDir;      char *outDir;
43      try {      try {
44      outDir = getenv("YODA_DATA");      outDir = getenv("YODA_DATA");
45      if (getenv("YODA_DATA") == NULL) throw NotFoundEnvironmentVarException("The variable YODA_DATA has not been found. Please check your environment variables.");      if (getenv("YODA_DATA") == NULL) throw NotFoundEnvironmentVarException("The variable YODA_DATA has not been found.");
46      } catch (NotFoundEnvironmentVarException exc) {      } catch (NotFoundEnvironmentVarException exc) {
47         cout << "The variable YODA_DATA has not been found. \n";
48         cout << "Please check your environment variables \n";
49       oss.str("");       oss.str("");
50       oss << exc.print();       oss << exc.print();
51       logger->fatal(oss.str().c_str());       logger->fatal(oss.str().c_str());
52         exit(1);
53      }      }
54    
55      string pathDir(outDir);      string pathDir(outDir);

Legend:
Removed from v.2.2  
changed lines
  Added in v.4.0

  ViewVC Help
Powered by ViewVC 1.1.23