Changeset 1759 in Sophya
- Timestamp:
- Nov 13, 2001, 4:47:26 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/asciitoiwtr.h
r1754 r1759 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: asciitoiwtr.h,v 1. 5 2001-11-13 15:05:41aubourg Exp $7 // $Id: asciitoiwtr.h,v 1.6 2001-11-13 15:47:25 aubourg Exp $ 8 8 9 9 … … 13 13 #include "toi.h" 14 14 #include "toiprocessor.h" 15 #include <fstream >15 #include <fstream.h> 16 16 17 17 class ASCIITOIWriter : public TOIProcessor { -
trunk/ArchTOIPipe/Kernel/fitstoirdr.h
r1738 r1759 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: fitstoirdr.h,v 1. 7 2001-11-08 15:47:45 aubourg Exp $7 // $Id: fitstoirdr.h,v 1.8 2001-11-13 15:47:25 aubourg Exp $ 8 8 9 9 … … 13 13 #include "toiprocessor.h" 14 14 #include <string> 15 #include <vector >16 #include <map >15 #include <vector.h> 16 #include <map.h> 17 17 #include "fitsio.h" 18 18 -
trunk/ArchTOIPipe/Kernel/fitstoiwtr.h
r1738 r1759 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: fitstoiwtr.h,v 1. 8 2001-11-08 15:47:45 aubourg Exp $7 // $Id: fitstoiwtr.h,v 1.9 2001-11-13 15:47:25 aubourg Exp $ 8 8 9 9 … … 14 14 #include "toiprocessor.h" 15 15 #include <string> 16 #include <map >16 #include <map.h> 17 17 #include "fitsio.h" 18 18 -
trunk/ArchTOIPipe/Kernel/toi.h
r1742 r1759 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toi.h,v 1.1 1 2001-11-09 23:13:15aubourg Exp $7 // $Id: toi.h,v 1.12 2001-11-13 15:47:26 aubourg Exp $ 8 8 9 9 #ifndef TOI_H … … 11 11 12 12 #include "config.h" 13 #include <vector >13 #include <vector.h> 14 14 using namespace std; 15 15 -
trunk/ArchTOIPipe/Kernel/toimanager.cc
r1753 r1759 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toimanager.cc,v 1.1 1 2001-11-13 14:53:57aubourg Exp $5 // $Id: toimanager.cc,v 1.12 2001-11-13 15:47:26 aubourg Exp $ 6 6 7 7 #include "toimanager.h" 8 8 #include <limits.h> 9 9 #include <pthread.h> 10 #include <iostream >10 #include <iostream.h> 11 11 #include <unistd.h> 12 12 -
trunk/ArchTOIPipe/Kernel/toimanager.h
r1738 r1759 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toimanager.h,v 1. 9 2001-11-08 15:47:46 aubourg Exp $7 // $Id: toimanager.h,v 1.10 2001-11-13 15:47:26 aubourg Exp $ 8 8 9 9 … … 12 12 13 13 #include <string> 14 #include <vector >14 #include <vector.h> 15 15 16 16 using namespace std; -
trunk/ArchTOIPipe/Kernel/toiprocessor.h
r1753 r1759 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toiprocessor.h,v 1.1 2 2001-11-13 14:53:58aubourg Exp $7 // $Id: toiprocessor.h,v 1.13 2001-11-13 15:47:26 aubourg Exp $ 8 8 9 9 … … 17 17 18 18 #include <string> 19 #include <map >20 #include <iostream >19 #include <map.h> 20 #include <iostream.h> 21 21 22 22 #ifndef NO_SOPHYA -
trunk/ArchTOIPipe/Kernel/toiregwindow.h
r1738 r1759 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toiregwindow.h,v 1. 3 2001-11-08 15:47:46 aubourg Exp $7 // $Id: toiregwindow.h,v 1.4 2001-11-13 15:47:26 aubourg Exp $ 8 8 9 9 #ifndef TOI_REGWINDOW_H … … 13 13 14 14 #include <pthread.h> 15 #include <vector >15 #include <vector.h> 16 16 using namespace std; 17 17 #include "toi.h" -
trunk/ArchTOIPipe/Kernel/toisegment.cc
r1754 r1759 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toisegment.cc,v 1.2 0 2001-11-13 15:08:54aubourg Exp $5 // $Id: toisegment.cc,v 1.21 2001-11-13 15:47:26 aubourg Exp $ 6 6 7 7 #include "toisegment.h" 8 8 9 #include <iostream >9 #include <iostream.h> 10 10 11 11 #ifndef MAXINT -
trunk/ArchTOIPipe/Kernel/toisegment.h
r1754 r1759 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toisegment.h,v 1.1 2 2001-11-13 15:08:54aubourg Exp $7 // $Id: toisegment.h,v 1.13 2001-11-13 15:47:26 aubourg Exp $ 8 8 9 9 #ifndef TOISEGMENT_H 10 10 #define TOISEGMENT_H 11 11 12 #include <vector >13 #include <set >12 #include <vector.h> 13 #include <set.h> 14 14 15 15 #include "toi.h" -
trunk/ArchTOIPipe/ProcWSophya/genwproc.h
r1738 r1759 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: genwproc.h,v 1. 6 2001-11-08 15:47:45aubourg Exp $7 // $Id: genwproc.h,v 1.7 2001-11-13 15:47:26 aubourg Exp $ 8 8 9 9 … … 14 14 #include "tvector.h" 15 15 16 #include <vector >16 #include <vector.h> 17 17 18 18
Note:
See TracChangeset
for help on using the changeset viewer.