Changeset 3619 in Sophya for trunk/SophyaProg
- Timestamp:
- May 5, 2009, 5:53:53 PM (16 years ago)
- Location:
- trunk/SophyaProg
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgUtil/runcxx.cc
r3071 r3619 3 3 #include <stdio.h> 4 4 #include <stdlib.h> 5 #include <string.h> 5 6 #include <math.h> 6 7 #include <iostream> -
trunk/SophyaProg/PrgUtil/scanfits.cc
r3572 r3619 1 1 #include <stdio.h> 2 2 #include <stdlib.h> 3 #include <string.h> 3 4 #include <math.h> 4 5 #include <iostream> -
trunk/SophyaProg/PrgUtil/scanppf.cc
r3425 r3619 1 1 #include <stdio.h> 2 2 #include <stdlib.h> 3 #include <string.h> 3 4 #include <typeinfo> 4 5 #include <iostream> -
trunk/SophyaProg/Tests/tcmd.cc
r3582 r3619 3 3 #include <stdio.h> 4 4 #include <stdlib.h> 5 #include <string.h> 5 6 #include <math.h> 6 7 #include <iostream> -
trunk/SophyaProg/Tests/tnfits.cc
r3496 r3619 3 3 #include <stdio.h> 4 4 #include <stdlib.h> 5 #include <string.h> 5 6 #include "math.h" 6 7 #include <iostream> -
trunk/SophyaProg/Tests/tpipe.cc
r3572 r3619 6 6 #include <stdlib.h> 7 7 #include <stdio.h> 8 #include <string.h> 8 9 #include <math.h> 9 10 -
trunk/SophyaProg/Tests/tstppfwrapstl.cc
r3572 r3619 3 3 #include <stdio.h> 4 4 #include <stdlib.h> 5 #include <string.h> 5 6 #include "math.h" 6 7 #include <iostream>
Note:
See TracChangeset
for help on using the changeset viewer.