- Timestamp:
- 05/16/12 09:29:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Main.h
r13673 r13749 7 7 8 8 #include <boost/filesystem.hpp> 9 #include <boost/lexical_cast.hpp> 9 10 10 11 #include "Dim.h" … … 120 121 const Time now; 121 122 io_service.Write(now, "/----------------------- Program ------------------------"); 122 io_service.Write(now, "| Program: "PACKAGE_STRING" ("+fname+" )");123 io_service.Write(now, "| Program: "PACKAGE_STRING" ("+fname+":"+boost::lexical_cast<string>(getpid())+")"); 123 124 io_service.Write(now, "| CallPath: "+pname); 124 125 io_service.Write(now, "| Compiled: "__DATE__" "__TIME__);
Note:
See TracChangeset
for help on using the changeset viewer.