Changeset 9518 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 10/26/09 14:31:19 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r9480 r9518 1735 1735 cont.Add(&fSequence); 1736 1736 1737 TNamed cmdline("CommandLine", fCommandLine.Data()); 1738 cont.Add(&cmdline); 1739 1737 1740 return WriteContainer(cont, GetOutputFileName(), "UPDATE"); 1738 1741 } -
trunk/MagicSoft/Mars/mjobs/Makefile
r9275 r9518 6 6 # 7 7 ################################################################## 8 include ../Makefile.conf.general 8 9 include ../Makefile.conf.$(OSTYPE) 9 include ../Makefile.conf.general10 10 11 11 #------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.