Changeset 2322 in Sophya for trunk/SophyaLib/NTools
- Timestamp:
- Feb 11, 2003, 4:31:10 PM (23 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/FSAppIrrSmpl.h
r1942 r2322 11 11 12 12 #include <math.h> 13 #include <iostream .h>13 #include <iostream> 14 14 15 15 -
trunk/SophyaLib/NTools/cspline.cc
r710 r2322 4 4 #include <stdio.h> 5 5 #include <math.h> 6 #include <iostream .h>6 #include <iostream> 7 7 8 8 #ifdef __MWERKS__ -
trunk/SophyaLib/NTools/dates.cc
r241 r2322 3 3 #include <string.h> 4 4 #include <stdio.h> 5 #include <iostream .h>5 #include <iostream> 6 6 #include <time.h> 7 7 #include <ctype.h> -
trunk/SophyaLib/NTools/dates.h
r1371 r2322 8 8 #include <string.h> 9 9 #include <string> 10 #include <iostream .h>10 #include <iostream> 11 11 #include "pexceptions.h" 12 12 -
trunk/SophyaLib/NTools/fct1dfit.cc
r926 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 #include "fct1dfit.h" -
trunk/SophyaLib/NTools/fct2dfit.cc
r926 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 #include "fct2dfit.h" -
trunk/SophyaLib/NTools/fftmserver.cc
r1402 r2322 1 1 #include "fftmserver.h" 2 #include <iostream .h>2 #include <iostream> 3 3 #include "fftmayer.h" 4 4 -
trunk/SophyaLib/NTools/fftpserver.cc
r1652 r2322 2 2 #include "fftpackc.h" 3 3 4 #include <iostream .h>4 #include <iostream> 5 5 6 6 -
trunk/SophyaLib/NTools/generaldata.cc
r1783 r2322 2 2 #include <stdio.h> 3 3 #include <stdlib.h> 4 #include <iostream .h>4 #include <iostream> 5 5 #ifndef NO_VALUES_H 6 6 #include <values.h> -
trunk/SophyaLib/NTools/generaldata.h
r1204 r2322 5 5 6 6 #include "objfio.h" 7 #include <iostream .h>7 #include <iostream> 8 8 #include "pexceptions.h" 9 9 #include "ppersist.h" -
trunk/SophyaLib/NTools/generalfit.cc
r1885 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 #ifdef __MWERKS__ -
trunk/SophyaLib/NTools/perandom.cc
r1092 r2322 3 3 #include "perandom.h" 4 4 #include "pemath.h" 5 #include <iostream .h>5 #include <iostream> 6 6 7 7 //////////////////////////////////////////////////////////////////////////// -
trunk/SophyaLib/NTools/rk4cdifeq.cc
r1087 r2322 2 2 #include "rk4cdifeq.h" 3 3 #include "ctimer.h" 4 #include <iostream .h>4 #include <iostream> 5 5 6 6 inline double max_dbl(double a, double b) { return ((a < b) ? b : a); } -
trunk/SophyaLib/NTools/slinparbuff.h
r1674 r2322 1 1 #include "machdefs.h" 2 #include <iostream .h>2 #include <iostream> 3 3 #include <stdlib.h> 4 4 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.