Changeset 3237 in Sophya for trunk/SophyaExt/FitsIOServer
- Timestamp:
- Apr 27, 2007, 6:08:35 PM (18 years ago)
- Location:
- trunk/SophyaExt/FitsIOServer
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsgenedata.cc
r3167 r3237 1 1 #include "machdefs.h" 2 #include "sopnamsp.h"3 2 4 3 #include <stdio.h> … … 11 10 #include "fitsblkrw.h" 12 11 #include "fitshandler.h" 12 13 namespace SOPHYA { 13 14 14 15 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ … … 205 206 return; 206 207 } 208 209 } // FIN namespace SOPHYA -
trunk/SophyaExt/FitsIOServer/fitshdtable.cc
r3167 r3237 1 1 #include "machdefs.h" 2 #include "sopnamsp.h"3 2 4 3 #include <stdio.h> … … 11 10 #include "fitshandler.h" 12 11 #include "swfitsdtable.h" 12 13 namespace SOPHYA { 13 14 14 15 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ … … 380 381 381 382 382 383 383 } // FIN namespace SOPHYA 384 385 -
trunk/SophyaExt/FitsIOServer/fitshisterr.cc
r3183 r3237 1 1 #include "machdefs.h" 2 #include "sopnamsp.h"3 2 4 3 #include <stdio.h> … … 13 12 #include "fitshandler.h" 14 13 14 namespace SOPHYA { 15 15 16 16 /////////////////////////////////////////////////////////////////////////// … … 302 302 return; 303 303 } 304 305 } // FIN namespace SOPHYA -
trunk/SophyaExt/FitsIOServer/fitshistos.cc
r3167 r3237 1 1 #include "machdefs.h" 2 #include "sopnamsp.h"3 2 4 3 #include <stdio.h> … … 14 13 #include "fitshandler.h" 15 14 15 namespace SOPHYA { 16 16 17 17 //////////////////////////////////////////////////////////////// … … 543 543 return; 544 544 } 545 546 } // FIN namespace SOPHYA
Note:
See TracChangeset
for help on using the changeset viewer.