Changeset 2322 in Sophya for trunk/SophyaExt
- Timestamp:
- Feb 11, 2003, 4:31:10 PM (23 years ago)
- Location:
- trunk/SophyaExt
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/datacirclefits.cc
r1824 r2322 1 #include <iostream .h>1 #include <iostream> 2 2 #include "datacirclefits.h" 3 3 -
trunk/SophyaExt/FitsIOServer/fabtcolread.h
r2170 r2322 4 4 5 5 #include "machdefs.h" 6 #include <iostream .h>6 #include <iostream> 7 7 #include <string.h> 8 8 #include <string> -
trunk/SophyaExt/FitsIOServer/fabtwriter.h
r2174 r2322 4 4 5 5 #include "machdefs.h" 6 #include <iostream .h>6 #include <iostream> 7 7 #include <string.h> 8 8 #include <string> -
trunk/SophyaExt/FitsIOServer/fboloread.h
r1661 r2322 4 4 5 5 #include "machdefs.h" 6 #include <iostream .h>6 #include <iostream> 7 7 #include <string.h> 8 8 #include <string> -
trunk/SophyaExt/FitsIOServer/fbtntintf.h
r1646 r2322 4 4 5 5 #include "machdefs.h" 6 #include <iostream .h>6 #include <iostream> 7 7 #include <string.h> 8 8 #include <string> -
trunk/SophyaExt/LinAlg/intflapack.cc
r1566 r2322 1 #include <iostream .h>1 #include <iostream> 2 2 #include "intflapack.h" 3 3 #include "tvector.h" -
trunk/SophyaExt/XAstroPack/tstxastro.cc
r1811 r2322 2 2 #include <stdio.h> 3 3 #include <stdlib.h> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <string.h> 6 6 #include <math.h>
Note:
See TracChangeset
for help on using the changeset viewer.