Changeset 1462 in Sophya for trunk/ArchTOIPipe/TestPipes
- Timestamp:
- Apr 10, 2001, 6:35:25 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe/TestPipes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/fits2asc.cc
r1437 r1462 1 #include "machdefs.h" 1 2 #include "toi.h" 2 3 #include "toiprocessor.h" … … 13 14 14 15 15 int n = r.getNOut();16 for (int i=0; i<n ; i++) {16 int ncol = r.getNOut(); 17 for (int i=0; i<ncol; i++) { 17 18 TOI* toi = new TOIRegularWindow("t1"); 18 19 string n = r.getOutName(i); -
trunk/ArchTOIPipe/TestPipes/simtst.cc
r1454 r1462 1 #include "machdefs.h" 2 #include "array.h" 1 3 #include <unistd.h> 2 4 #include <stdexcept> -
trunk/ArchTOIPipe/TestPipes/tstrztoi.cc
r1442 r1462 1 #include "machdefs.h" 2 #include "array.h" 1 3 #include <unistd.h> 2 4 #include <stdexcept>
Note:
See TracChangeset
for help on using the changeset viewer.