Changeset 14796 for fact/tools


Ignore:
Timestamp:
01/30/13 16:07:52 (12 years ago)
Author:
ftemme
Message:
uncomment the call of mmc2csv(inFile,outPath,verbLVL) in main() of mmc2csv.C
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/marsmacros/mc2csv/mmc2csv.C

    r14738 r14796  
    9898        }
    9999
    100         //        mmc2csv(myFile, myOutPath, verbLvl);
     100
    101101        cout << "mmc2csv(" << inFile << ", " << outPath << ", "
    102102             << verbLVL << " )" << endl;
     103        mmc2csv(inFile, outPath, verbLVL);
    103104        return 0;
    104105}
Note: See TracChangeset for help on using the changeset viewer.