Changeset 2322 in Sophya for trunk/SophyaPI/ProgPI
- Timestamp:
- Feb 11, 2003, 4:31:10 PM (23 years ago)
- Location:
- trunk/SophyaPI/ProgPI
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/ProgPI/fitsbtadapter.cc
r2252 r2322 4 4 #include <stdio.h> 5 5 #include <typeinfo> 6 #include <iostream .h>6 #include <iostream> 7 7 #include <string.h> 8 8 #include <string> -
trunk/SophyaPI/ProgPI/piapp.cc
r2261 r2322 2 2 #include <stdio.h> 3 3 #include <unistd.h> 4 #include <iostream .h>4 #include <iostream> 5 5 6 6 #include "pistdimgapp.h" -
trunk/SophyaPI/ProgPI/skymapmodule.cc
r2211 r2322 2 2 #include <stdio.h> 3 3 #include <stdlib.h> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <math.h> 6 6 -
trunk/SophyaPI/ProgPI/sopiamodule.cc
r2179 r2322 2 2 #include <stdio.h> 3 3 #include <stdlib.h> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <math.h> 6 6 -
trunk/SophyaPI/ProgPI/w2ps.cc
r1639 r2322 2 2 #include <stdio.h> 3 3 #include <stdlib.h> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <math.h> 6 6
Note:
See TracChangeset
for help on using the changeset viewer.