Changeset 2322 in Sophya for trunk/SophyaLib/SkyT
- Timestamp:
- Feb 11, 2003, 4:31:10 PM (23 years ago)
- Location:
- trunk/SophyaLib/SkyT
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/blackbody.cc
r2144 r2322 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: blackbody.cc,v 1. 7 2002-07-31 10:25:34 ansariExp $3 // $Id: blackbody.cc,v 1.8 2003-02-11 15:31:06 cmv Exp $ 4 4 // 5 5 // Description: … … 16 16 //--------------- 17 17 #include "machdefs.h" 18 #include <iostream .h>18 #include <iostream> 19 19 #include <math.h> 20 20 #include "blackbody.h" -
trunk/SophyaLib/SkyT/derivblackbody.cc
r2144 r2322 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: derivblackbody.cc,v 1. 5 2002-07-31 10:25:34 ansariExp $3 // $Id: derivblackbody.cc,v 1.6 2003-02-11 15:31:07 cmv Exp $ 4 4 // 5 5 // Description: … … 16 16 //--------------- 17 17 #include "machdefs.h" 18 #include <iostream .h>18 #include <iostream> 19 19 #include <math.h> 20 20 #include "derivblackbody.h" -
trunk/SophyaLib/SkyT/gaussfilt.cc
r927 r2322 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: gaussfilt.cc,v 1. 6 2000-04-14 07:28:12 ansariExp $3 // $Id: gaussfilt.cc,v 1.7 2003-02-11 15:31:07 cmv Exp $ 4 4 // 5 5 // Description: … … 14 14 //--------------- 15 15 #include "machdefs.h" 16 #include <iostream .h>16 #include <iostream> 17 17 #include <math.h> 18 18 -
trunk/SophyaLib/SkyT/nupower.cc
r927 r2322 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: nupower.cc,v 1. 7 2000-04-14 07:28:12 ansariExp $3 // $Id: nupower.cc,v 1.8 2003-02-11 15:31:07 cmv Exp $ 4 4 // 5 5 // Description: … … 16 16 //--------------- 17 17 #include "machdefs.h" 18 #include <iostream .h>18 #include <iostream> 19 19 #include <math.h> 20 20 -
trunk/SophyaLib/SkyT/radspec.cc
r2144 r2322 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: radspec.cc,v 1. 6 2002-07-31 10:25:34 ansariExp $3 // $Id: radspec.cc,v 1.7 2003-02-11 15:31:07 cmv Exp $ 4 4 // 5 5 // Description: … … 16 16 //--------------- 17 17 #include "machdefs.h" 18 #include <iostream .h>18 #include <iostream> 19 19 #include <typeinfo> 20 20 #include <math.h> -
trunk/SophyaLib/SkyT/radspec.h
r901 r2322 2 2 //-------------------------------------------------------------------------- 3 3 // File and Version Information: 4 // $Id: radspec.h,v 1. 5 2000-04-13 08:17:03 ansariExp $4 // $Id: radspec.h,v 1.6 2003-02-11 15:31:07 cmv Exp $ 5 5 // 6 6 // Description: … … 15 15 16 16 #include "machdefs.h" 17 #include <iostream .h>17 #include <iostream> 18 18 19 19 #include "specresp.h" -
trunk/SophyaLib/SkyT/radspecvector.cc
r927 r2322 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: radspecvector.cc,v 1. 7 2000-04-14 07:28:13 ansariExp $3 // $Id: radspecvector.cc,v 1.8 2003-02-11 15:31:07 cmv Exp $ 4 4 // 5 5 // Description: … … 16 16 //--------------- 17 17 #include "machdefs.h" 18 #include <iostream .h>18 #include <iostream> 19 19 #include <math.h> 20 20 // #include <typeinfo> -
trunk/SophyaLib/SkyT/radspecvector.h
r901 r2322 13 13 #define RADSPECTRAVEC_H_SEEN 14 14 #include "machdefs.h" 15 #include <iostream .h>15 #include <iostream> 16 16 17 17 #include "radspec.h" -
trunk/SophyaLib/SkyT/specresp.h
r831 r2322 2 2 //-------------------------------------------------------------------------- 3 3 // File and Version Information: 4 // $Id: specresp.h,v 1. 4 2000-04-06 17:10:51 ansariExp $4 // $Id: specresp.h,v 1.5 2003-02-11 15:31:07 cmv Exp $ 5 5 // 6 6 // Description: … … 15 15 #include "machdefs.h" 16 16 #include "anydataobj.h" 17 #include <iostream .h>17 #include <iostream> 18 18 //------------------------------------ 19 19 // Collaborating Class Declarations -- -
trunk/SophyaLib/SkyT/specrespvector.cc
r927 r2322 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: specrespvector.cc,v 1. 8 2000-04-14 07:28:14 ansariExp $3 // $Id: specrespvector.cc,v 1.9 2003-02-11 15:31:07 cmv Exp $ 4 4 // 5 5 // Description: … … 16 16 //--------------- 17 17 #include "machdefs.h" 18 #include <iostream .h>18 #include <iostream> 19 19 #include <math.h> 20 20 // #include <typeinfo> -
trunk/SophyaLib/SkyT/specrespvector.h
r831 r2322 2 2 //-------------------------------------------------------------------------- 3 3 // File and Version Information: 4 // $Id: specrespvector.h,v 1. 5 2000-04-06 17:11:03 ansariExp $4 // $Id: specrespvector.h,v 1.6 2003-02-11 15:31:07 cmv Exp $ 5 5 // 6 6 // Description: … … 14 14 15 15 #include "machdefs.h" 16 #include <iostream .h>16 #include <iostream> 17 17 18 18 #include "specresp.h" -
trunk/SophyaLib/SkyT/squarefilt.cc
r927 r2322 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: squarefilt.cc,v 1. 6 2000-04-14 07:28:14 ansariExp $3 // $Id: squarefilt.cc,v 1.7 2003-02-11 15:31:07 cmv Exp $ 4 4 // 5 5 // Description: … … 14 14 //--------------- 15 15 #include "machdefs.h" 16 #include <iostream .h>16 #include <iostream> 17 17 18 18 #include "squarefilt.h" -
trunk/SophyaLib/SkyT/trianglefilt.cc
r927 r2322 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: trianglefilt.cc,v 1. 6 2000-04-14 07:28:14 ansariExp $3 // $Id: trianglefilt.cc,v 1.7 2003-02-11 15:31:07 cmv Exp $ 4 4 // 5 5 // Description: … … 14 14 //--------------- 15 15 #include "machdefs.h" 16 #include <iostream .h>16 #include <iostream> 17 17 18 18 #include "trianglefilt.h"
Note:
See TracChangeset
for help on using the changeset viewer.