Changeset 2615 in Sophya for trunk/SophyaLib/SkyT
- Timestamp:
- Sep 10, 2004, 11:55:27 AM (21 years ago)
- Location:
- trunk/SophyaLib/SkyT
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/blackbody.cc
r2322 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: blackbody.cc,v 1. 8 2003-02-11 15:31:06cmv Exp $3 // $Id: blackbody.cc,v 1.9 2004-09-10 09:54:39 cmv Exp $ 4 4 // 5 5 // Description: … … 15 15 // C++ Headers -- 16 16 //--------------- 17 #include "sopnamsp.h" 17 18 #include "machdefs.h" 18 19 #include <iostream> -
trunk/SophyaLib/SkyT/convtools.cc
r927 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: convtools.cc,v 1. 3 2000-04-14 07:28:12 ansariExp $3 // $Id: convtools.cc,v 1.4 2004-09-10 09:54:39 cmv Exp $ 4 4 // 5 5 // Description: … … 10 10 //------------------------------------------------------------------------ 11 11 12 #include "sopnamsp.h" 12 13 #include "convtools.h" 13 14 -
trunk/SophyaLib/SkyT/derivblackbody.cc
r2322 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: derivblackbody.cc,v 1. 6 2003-02-11 15:31:07cmv Exp $3 // $Id: derivblackbody.cc,v 1.7 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 15 15 // C++ Headers -- 16 16 //--------------- 17 #include "sopnamsp.h" 17 18 #include "machdefs.h" 18 19 #include <iostream> -
trunk/SophyaLib/SkyT/gaussfilt.cc
r2344 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: gaussfilt.cc,v 1. 8 2003-03-10 15:13:49 ansariExp $3 // $Id: gaussfilt.cc,v 1.9 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 13 13 // C++ Headers -- 14 14 //--------------- 15 #include "sopnamsp.h" 15 16 #include "machdefs.h" 16 17 #include <iostream> -
trunk/SophyaLib/SkyT/nupower.cc
r2322 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: nupower.cc,v 1. 8 2003-02-11 15:31:07cmv Exp $3 // $Id: nupower.cc,v 1.9 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 15 15 // C++ Headers -- 16 16 //--------------- 17 #include "sopnamsp.h" 17 18 #include "machdefs.h" 18 19 #include <iostream> -
trunk/SophyaLib/SkyT/radspec.cc
r2322 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: radspec.cc,v 1. 7 2003-02-11 15:31:07cmv Exp $3 // $Id: radspec.cc,v 1.8 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 15 15 // C++ Headers -- 16 16 //--------------- 17 #include "sopnamsp.h" 17 18 #include "machdefs.h" 18 19 #include <iostream> -
trunk/SophyaLib/SkyT/radspecvector.cc
r2322 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: radspecvector.cc,v 1. 8 2003-02-11 15:31:07cmv Exp $3 // $Id: radspecvector.cc,v 1.9 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 15 15 // C++ Headers -- 16 16 //--------------- 17 #include "sopnamsp.h" 17 18 #include "machdefs.h" 18 19 #include <iostream> -
trunk/SophyaLib/SkyT/skyinit.cc
r927 r2615 2 2 #include <unistd.h> 3 3 4 #include "sopnamsp.h" 4 5 #include "skyinit.h" 5 6 #include "ppersist.h" -
trunk/SophyaLib/SkyT/specresp.cc
r2144 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: specresp.cc,v 1. 6 2002-07-31 10:25:34 ansariExp $3 // $Id: specresp.cc,v 1.7 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 17 17 #include <typeinfo> 18 18 #include <math.h> 19 #include "sopnamsp.h" 19 20 #include "specresp.h" 20 21 #include "integ.h" -
trunk/SophyaLib/SkyT/specrespvector.cc
r2344 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: specrespvector.cc,v 1.1 0 2003-03-10 15:13:49 ansariExp $3 // $Id: specrespvector.cc,v 1.11 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 15 15 // C++ Headers -- 16 16 //--------------- 17 #include "sopnamsp.h" 17 18 #include "machdefs.h" 18 19 #include <iostream> -
trunk/SophyaLib/SkyT/squarefilt.cc
r2322 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: squarefilt.cc,v 1. 7 2003-02-11 15:31:07cmv Exp $3 // $Id: squarefilt.cc,v 1.8 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 13 13 // C++ Headers -- 14 14 //--------------- 15 #include "sopnamsp.h" 15 16 #include "machdefs.h" 16 17 #include <iostream> -
trunk/SophyaLib/SkyT/trianglefilt.cc
r2322 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: trianglefilt.cc,v 1. 7 2003-02-11 15:31:07cmv Exp $3 // $Id: trianglefilt.cc,v 1.8 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 13 13 // C++ Headers -- 14 14 //--------------- 15 #include "sopnamsp.h" 15 16 #include "machdefs.h" 16 17 #include <iostream>
Note:
See TracChangeset
for help on using the changeset viewer.