Parent Directory
|
Revision Log
|
Patch
| revision 1.4 by mocchiut, Wed Mar 10 09:43:19 2010 UTC | revision 1.5 by mocchiut, Wed Mar 10 12:31:40 2010 UTC | |
|---|---|---|
| # | Line 791 int HandleInputPar(int argc, char **argv | Line 791 int HandleInputPar(int argc, char **argv |
| 791 | // -----------------------------------------------------// | // -----------------------------------------------------// |
| 792 | else if (!strcmp(argv[i], "-calibFile")){ | else if (!strcmp(argv[i], "-calibFile")){ |
| 793 | if (++i >= argc) throw -1; | if (++i >= argc) throw -1; |
| 794 | CALIBF = argv[i]; | CALIBF = gSystem->ExpandPathName(argv[i]); |
| 795 | cout << "calibFile "<<CALIBF<<endl; | cout << "calibFile "<<CALIBF<<endl; |
| 796 | continue; | continue; |
| 797 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |