~uhh-ssd/+junk/Probe_Control

« back to all changes in this revision

Viewing changes to main.cpp

  • Committer: Joachim Erfle
  • Date: 2012-06-15 16:09:06 UTC
  • Revision ID: joachim.erfle@desy.de-20120615160906-popdt8a9d8ob1oyw
added stripmeasurements

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * 
17
17
 */
18
18
int main(int argc, char** argv) {
 
19
        if(!Glib::thread_supported()) {Glib::thread_init();}
19
20
    Probe_Gui *gui;
20
21
    gui=new Probe_Gui(argc,argv);
21
22