Changeset 2322 in Sophya for trunk/SophyaProg/PrgUtil
- Timestamp:
- Feb 11, 2003, 4:31:10 PM (23 years ago)
- Location:
- trunk/SophyaProg/PrgUtil
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgUtil/runcxx.cc
r1607 r2322 2 2 #include <stdlib.h> 3 3 #include <math.h> 4 #include <iostream .h>5 #include <fstream .h>4 #include <iostream> 5 #include <fstream> 6 6 7 7 #include <string> … … 251 251 <<"#include <ctype.h> \n" 252 252 <<"#include <string.h> \n" 253 <<"#include <iostream .h> \n"254 <<"#include <fstream .h> \n"253 <<"#include <iostream> \n" 254 <<"#include <fstream> \n" 255 255 <<"#include <complex> \n" 256 256 <<endl -
trunk/SophyaProg/PrgUtil/scanfits.cc
r1441 r2322 2 2 #include <stdlib.h> 3 3 #include <math.h> 4 #include <iostream .h>4 #include <iostream> 5 5 6 6 #include "histinit.h" -
trunk/SophyaProg/PrgUtil/scanppf.cc
r1441 r2322 2 2 #include <stdlib.h> 3 3 #include <typeinfo> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <string> 6 6
Note:
See TracChangeset
for help on using the changeset viewer.