/[PAMELA software]/chewbacca/YodaProfiler/src/R2-D2.cpp
ViewVC logotype

Diff of /chewbacca/YodaProfiler/src/R2-D2.cpp

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

revision 1.3 by mocchiut, Tue May 15 14:04:41 2012 UTC revision 1.5 by mocchiut, Tue Oct 14 13:19:34 2014 UTC
# Line 297  int main(int numinp, char *inps[]){ Line 297  int main(int numinp, char *inps[]){
297    };        };    
298    //    //
299    myquery.str("");    myquery.str("");
300    myquery << "SET time_zone='+0:00'";    myquery << "SET time_zone='+0:00';";
301    dbc->Query(myquery.str().c_str());    delete dbc->Query(myquery.str().c_str());
302      delete dbc->Query("SET sql_mode = 'NO_UNSIGNED_SUBTRACTION';");
303    //    //
304    GL_ROOT *glroot = new GL_ROOT();    GL_ROOT *glroot = new GL_ROOT();
305    GL_RUN *glrun = new GL_RUN();    GL_RUN *glrun = new GL_RUN();

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

  ViewVC Help
Powered by ViewVC 1.1.23