Changeset 2322 in Sophya for trunk/SophyaPI
- Timestamp:
- Feb 11, 2003, 4:31:10 PM (23 years ago)
- Location:
- trunk/SophyaPI
- Files:
-
- 44 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/DemoPIApp/exmodule.cc
r1338 r2322 2 2 #include <stdio.h> 3 3 #include <stdlib.h> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <math.h> 6 6 -
trunk/SophyaPI/DemoPIApp/user.cc
r1338 r2322 2 2 #include <stdlib.h> 3 3 #include <math.h> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <string> 6 6 -
trunk/SophyaPI/PI/piapplx.cc
r1592 r2322 17 17 #include <fcntl.h> 18 18 19 #include <iostream .h>19 #include <iostream> 20 20 21 21 -
trunk/SophyaPI/PI/piaxes.cc
r2295 r2322 6 6 #include "machdefs.h" 7 7 #include <stdio.h> 8 #include <iostream .h>8 #include <iostream> 9 9 #include <strings.h> 10 10 #include <math.h> -
trunk/SophyaPI/PI/piaxestools.cc
r2184 r2322 5 5 6 6 #include <stdlib.h> 7 #include <iostream .h>7 #include <iostream> 8 8 9 9 #include "piaxes.h" -
trunk/SophyaPI/PI/picmap.cc
r1503 r2322 4 4 5 5 #include "picmap.h" 6 #include <iostream .h>6 #include <iostream> 7 7 8 8 //++ -
trunk/SophyaPI/PI/picons.cc
r2119 r2322 1 #include "pisysdep.h" 1 2 #include <stdlib.h> 2 3 #include <stdio.h> 3 4 #include <string.h> 4 5 #include "pisysdep.h" 5 #include <ctype.h> 6 6 7 #include PIMENU_H 7 8 #include "picons.h" -
trunk/SophyaPI/PI/pidrawer.cc
r2301 r2322 6 6 #include "machdefs.h" 7 7 #include <strings.h> 8 #include <iostream .h>8 #include <iostream> 9 9 #include "pidrawer.h" 10 10 #include "pidrwtools.h" -
trunk/SophyaPI/PI/pidrwtools.cc
r2230 r2322 6 6 7 7 #include "pidrwtools.h" 8 #include <iostream .h>8 #include <iostream> 9 9 #include "piscdrawwdg.h" 10 10 #include "pi3dwdg.h" -
trunk/SophyaPI/PI/pieldrw.cc
r2295 r2322 5 5 #include "machdefs.h" 6 6 #include <strings.h> 7 #include <iostream .h>7 #include <iostream> 8 8 9 9 #include "pieldrw.h" -
trunk/SophyaPI/PI/pigraphgen.cc
r2301 r2322 7 7 #include "pigraphgen.h" 8 8 #include <math.h> 9 #include <iostream .h>9 #include <iostream> 10 10 #include "ucckprot.h" 11 11 -
trunk/SophyaPI/PI/pigraphuc.cc
r2264 r2322 4 4 5 5 #include "machdefs.h" 6 #include <iostream .h>6 #include <iostream> 7 7 #include "pigraphuc.h" 8 8 -
trunk/SophyaPI/PI/pigratt.cc
r2301 r2322 4 4 5 5 #include "pigratt.h" 6 #include <ctype.h> 6 7 7 8 #include <stdio.h> -
trunk/SophyaPI/PI/piimage.cc
r2262 r2322 5 5 6 6 7 #include "pisysdep.h" 7 8 #include <stdlib.h> 8 9 #include <stdio.h> 9 10 #include <string.h> 11 #include <ctype.h> 10 12 11 13 #include "piimage.h" -
trunk/SophyaPI/PI/pimenux.cc
r1512 r2322 1 1 #include<stdio.h> 2 #include<iostream .h>2 #include<iostream> 3 3 4 4 #include "pisysdep.h" -
trunk/SophyaPI/PI/piscdrawwdg.cc
r2262 r2322 5 5 #include "machdefs.h" 6 6 #include <math.h> 7 #include <iostream .h>7 #include <iostream> 8 8 9 9 #include "piscdrawwdg.h" -
trunk/SophyaPI/PIGcont/picntools.cc
r2301 r2322 7 7 #include "machdefs.h" 8 8 #include <string> 9 #include <iostream .h>9 #include <iostream> 10 10 11 11 #include "picntools.h" -
trunk/SophyaPI/PIGcont/pigncont.cc
r2301 r2322 9 9 #include <stdlib.h> 10 10 #include <assert.h> 11 #include <iostream .h>11 #include <iostream> 12 12 #include <math.h> 13 13 -
trunk/SophyaPI/PIext/contmodex.h
r1828 r2322 9 9 #include <stdio.h> 10 10 #include <stdlib.h> 11 #include <iostream .h>11 #include <iostream> 12 12 #include "piacmd.h" 13 13 #include "nobjmgr.h" -
trunk/SophyaPI/PIext/cxxexecutor.cc
r2287 r2322 347 347 <<"#include <ctype.h>"<<endl 348 348 <<"#include <string.h>"<<endl 349 <<"#include <iostream .h>"<<endl350 <<"#include <fstream .h>"<<endl349 <<"#include <iostream>"<<endl 350 <<"#include <fstream>"<<endl 351 351 <<"#include <complex>"<<endl 352 352 <<endl -
trunk/SophyaPI/PIext/cxxexecutor.h
r2287 r2322 10 10 #include <stdio.h> 11 11 #include <stdlib.h> 12 #include <iostream .h>12 #include <iostream> 13 13 14 14 #include <vector> -
trunk/SophyaPI/PIext/flowmodex.h
r1920 r2322 9 9 #include <stdio.h> 10 10 #include <stdlib.h> 11 #include <iostream .h>11 #include <iostream> 12 12 #include "piacmd.h" 13 13 #include "nobjmgr.h" -
trunk/SophyaPI/PIext/nobjmgr.cc
r2263 r2322 4 4 5 5 #include <typeinfo> 6 #include <iostream .h>6 #include <iostream> 7 7 #include <string> 8 8 #include <list> -
trunk/SophyaPI/PIext/nobjmgr.h
r1971 r2322 9 9 #include "machdefs.h" 10 10 11 #include <fstream .h>11 #include <fstream> 12 12 #include <string> 13 13 #include <vector> -
trunk/SophyaPI/PIext/nomgadapter.cc
r1315 r2322 2 2 #include <stdlib.h> 3 3 #include <typeinfo> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <string> 6 6 #include "nomgadapter.h" -
trunk/SophyaPI/PIext/nomgfdadapter.cc
r1315 r2322 2 2 #include <stdlib.h> 3 3 #include <typeinfo> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <string> 6 6 -
trunk/SophyaPI/PIext/nomhistadapter.cc
r1971 r2322 2 2 #include <stdlib.h> 3 3 #include <typeinfo> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <string> 6 6 -
trunk/SophyaPI/PIext/nomimagadapter.cc
r1321 r2322 2 2 #include <stdlib.h> 3 3 #include <typeinfo> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <string> 6 6 -
trunk/SophyaPI/PIext/nommatvecadapter.cc
r1971 r2322 2 2 #include <stdlib.h> 3 3 #include <typeinfo> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <string> 6 6 -
trunk/SophyaPI/PIext/nomskymapadapter.cc
r2084 r2322 3 3 #include <math.h> 4 4 #include <typeinfo> 5 #include <iostream .h>5 #include <iostream> 6 6 #include <string> 7 7 #include <complex> -
trunk/SophyaPI/PIext/nomspecrespadapter.cc
r670 r2322 2 2 #include <stdlib.h> 3 3 #include <typeinfo> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <string> 6 6 -
trunk/SophyaPI/PIext/nomstladapter.cc
r344 r2322 2 2 #include <stdlib.h> 3 3 #include <typeinfo> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <string> 6 6 -
trunk/SophyaPI/PIext/nomtarradapter.cc
r1905 r2322 2 2 #include <stdlib.h> 3 3 #include <typeinfo> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <string> 6 6 #include <complex> -
trunk/SophyaPI/PIext/nomtmatvecadapter.cc
r1971 r2322 2 2 #include <stdlib.h> 3 3 #include <typeinfo> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <string> 6 6 #include <complex> -
trunk/SophyaPI/PIext/pawexecut.cc
r1920 r2322 2 2 #include <stdlib.h> 3 3 #include <ctype.h> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <typeinfo> 6 6 -
trunk/SophyaPI/PIext/pi2dvec.cc
r1920 r2322 9 9 #include <stdio.h> 10 10 #include <stdlib.h> 11 #include <iostream .h>11 #include <iostream> 12 12 #include <math.h> 13 13 -
trunk/SophyaPI/PIext/piacmd.h
r2274 r2322 8 8 9 9 #include "machdefs.h" 10 #include <iostream .h>11 #include <fstream .h>10 #include <iostream> 11 #include <fstream> 12 12 #include <string> 13 13 #include <vector> -
trunk/SophyaPI/PIext/piafitting.cc
r1911 r2322 9 9 #include <stdlib.h> 10 10 #include <ctype.h> 11 #include <iostream .h>11 #include <iostream> 12 12 #include <typeinfo> 13 13 -
trunk/SophyaPI/PIext/servnobjm.cc
r2180 r2322 4 4 5 5 #include <typeinfo> 6 #include <iostream .h>6 #include <iostream> 7 7 #include <string> 8 8 #include <list> -
trunk/SophyaPI/ProgPI/fitsbtadapter.cc
r2252 r2322 4 4 #include <stdio.h> 5 5 #include <typeinfo> 6 #include <iostream .h>6 #include <iostream> 7 7 #include <string.h> 8 8 #include <string> -
trunk/SophyaPI/ProgPI/piapp.cc
r2261 r2322 2 2 #include <stdio.h> 3 3 #include <unistd.h> 4 #include <iostream .h>4 #include <iostream> 5 5 6 6 #include "pistdimgapp.h" -
trunk/SophyaPI/ProgPI/skymapmodule.cc
r2211 r2322 2 2 #include <stdio.h> 3 3 #include <stdlib.h> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <math.h> 6 6 -
trunk/SophyaPI/ProgPI/sopiamodule.cc
r2179 r2322 2 2 #include <stdio.h> 3 3 #include <stdlib.h> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <math.h> 6 6 -
trunk/SophyaPI/ProgPI/w2ps.cc
r1639 r2322 2 2 #include <stdio.h> 3 3 #include <stdlib.h> 4 #include <iostream .h>4 #include <iostream> 5 5 #include <math.h> 6 6
Note:
See TracChangeset
for help on using the changeset viewer.