/[PAMELA software]/PadmeAmidala/src/PadmeAmidala.cpp
ViewVC logotype

Diff of /PadmeAmidala/src/PadmeAmidala.cpp

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

revision 1.8 by mocchiut, Tue Jan 27 10:15:40 2009 UTC revision 1.11 by mocchiut, Fri Oct 10 13:50:57 2014 UTC
# Line 273  int main(int numinp, char *inps[]){ Line 273  int main(int numinp, char *inps[]){
273    };        };    
274    //    //
275    myquery.str("");    myquery.str("");
276    myquery << "SET time_zone='+0:00'";    myquery << "SET time_zone='+0:00'; SET sql_mode = 'NO_UNSIGNED_SUBTRACTION';";
277    dbc->Query(myquery.str().c_str());    dbc->Query(myquery.str().c_str());
278    //    //
279    RunGlue *rg = new RunGlue(dbc,run,dir,outdir);    RunGlue *rg = new RunGlue(dbc,run,dir,outdir);
280    //    //
281    if ( debug ) rg->SetDebug(true);    if ( debug ) rg->SetDebug(true);
282      if ( !dbup ) rg->SetUpgrade(false);
283    rg->SetDList(dectlist);    rg->SetDList(dectlist);
284    //    //
285    TList *l = 0;    TList *l = 0;
# Line 307  int main(int numinp, char *inps[]){ Line 308  int main(int numinp, char *inps[]){
308        } else {        } else {
309          RET = 255;          RET = 255;
310        };        };
311        } else {
312          RET = 255;
313      };      };
314      delete l;      delete l;
315      //      //
# Line 318  int main(int numinp, char *inps[]){ Line 321  int main(int numinp, char *inps[]){
321    //    //
322    if ( dbc ) dbc->Close();    if ( dbc ) dbc->Close();
323    //    //
324      if ( debug ) printf(" exit with error code %i \n",RET);
325      //
326    printf("\n");    printf("\n");
327    //    //
328    exit(RET);    exit(RET);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.23