Changeset 3639 in Sophya
- Timestamp:
- May 27, 2009, 12:01:09 PM (16 years ago)
- Location:
- trunk/AddOn/TAcq
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/brpaqu.cc
r3630 r3639 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 1 4 #include "brpaqu.h" 2 5 -
trunk/AddOn/TAcq/burawstream.cc
r3542 r3639 1 #include <stdlib.h> 2 #include <string.h> 3 1 4 #include "burawstream.h" 2 5 #include "sopnamsp.h" -
trunk/AddOn/TAcq/makefile
r3635 r3639 5 5 6 6 clean : 7 rm *.o traidio tmtfft tstminifits tpciew tbrpaq tmtacq tstrdfits mfits2spec mcrd8 rm mfits2spec tsok *.ppf *.fits7 rm -f *.o traidio tmtfft tstminifits tpciew tbrpaq tmtacq tstrdfits mfits2spec mcrd 8 rm -f mfits2spec tsok *.ppf *.fits 9 9 10 10 ######################################################## -
trunk/AddOn/TAcq/mcrd.cc
r3635 r3639 12 12 #include <math.h> 13 13 #include <stdio.h> 14 #include <stdlib.h> 15 #include <string.h> 14 16 15 17 #include <iostream> -
trunk/AddOn/TAcq/mfits2spec.cc
r3635 r3639 13 13 #include <math.h> 14 14 #include <stdio.h> 15 #include <stdlib.h> 16 #include <string.h> 15 17 16 18 #include <iostream> -
trunk/AddOn/TAcq/minifits.cc
r3538 r3639 1 #include <stdlib.h> 2 #include <string.h> 1 3 #include "minifits.h" 2 4 -
trunk/AddOn/TAcq/pciewrap.cc
r3631 r3639 6 6 #include <stdlib.h> 7 7 #include <stdio.h> 8 #include <string.h> 8 9 #include <math.h> 9 10 #include <iostream> -
trunk/AddOn/TAcq/sockrawstream.cc
r3544 r3639 1 #include <stdlib.h> 2 #include <string.h> 3 1 4 #include "sockrawstream.h" 2 5 #include "sopnamsp.h" 3 6 #include "pexceptions.h" 7 4 8 5 9 /*! -
trunk/AddOn/TAcq/swrapsock.cc
r3542 r3639 13 13 14 14 #include <iostream> 15 #include <stdlib.h> 16 #include <string.h> 15 17 16 18 /*! -
trunk/AddOn/TAcq/tmtacq.cc
r3634 r3639 1 1 #include <iostream> 2 #include <stdlib.h> 3 #include <string.h> 4 #include <typeinfo> 2 5 3 6 #include "tmtacq.h" -
trunk/AddOn/TAcq/tsok.cc
r3544 r3639 1 1 #include <stdio.h> 2 2 #include <stdlib.h> 3 #include <string.h> 3 4 #include <math.h> 4 5 #include <iostream> -
trunk/AddOn/TAcq/tstrdfits.cc
r3538 r3639 3 3 #include <math.h> 4 4 #include <stdio.h> 5 5 #include <typeinfo> 6 6 #include <iostream> 7 7 #include <string>
Note:
See TracChangeset
for help on using the changeset viewer.