Changeset 2615 in Sophya for trunk/SophyaLib/SkyT


Ignore:
Timestamp:
Sep 10, 2004, 11:55:27 AM (21 years ago)
Author:
cmv
Message:

using namespace sophya enleve de machdefs.h, nouveau sopnamsp.h cmv 10/09/2004

Location:
trunk/SophyaLib/SkyT
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/blackbody.cc

    r2322 r2615  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: blackbody.cc,v 1.8 2003-02-11 15:31:06 cmv Exp $
     3//      $Id: blackbody.cc,v 1.9 2004-09-10 09:54:39 cmv Exp $
    44//
    55// Description:
     
    1515// C++ Headers --
    1616//---------------
     17#include "sopnamsp.h"
    1718#include "machdefs.h"
    1819#include <iostream>
  • trunk/SophyaLib/SkyT/convtools.cc

    r927 r2615  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: convtools.cc,v 1.3 2000-04-14 07:28:12 ansari Exp $
     3//      $Id: convtools.cc,v 1.4 2004-09-10 09:54:39 cmv Exp $
    44//
    55// Description:
     
    1010//------------------------------------------------------------------------
    1111
     12#include "sopnamsp.h"
    1213#include "convtools.h"
    1314
  • trunk/SophyaLib/SkyT/derivblackbody.cc

    r2322 r2615  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: derivblackbody.cc,v 1.6 2003-02-11 15:31:07 cmv Exp $
     3//      $Id: derivblackbody.cc,v 1.7 2004-09-10 09:54:40 cmv Exp $
    44//
    55// Description:
     
    1515// C++ Headers --
    1616//---------------
     17#include "sopnamsp.h"
    1718#include "machdefs.h"
    1819#include <iostream>
  • trunk/SophyaLib/SkyT/gaussfilt.cc

    r2344 r2615  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: gaussfilt.cc,v 1.8 2003-03-10 15:13:49 ansari Exp $
     3//      $Id: gaussfilt.cc,v 1.9 2004-09-10 09:54:40 cmv Exp $
    44//
    55// Description:
     
    1313// C++ Headers --
    1414//---------------
     15#include "sopnamsp.h"
    1516#include "machdefs.h"
    1617#include <iostream>
  • trunk/SophyaLib/SkyT/nupower.cc

    r2322 r2615  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: nupower.cc,v 1.8 2003-02-11 15:31:07 cmv Exp $
     3//      $Id: nupower.cc,v 1.9 2004-09-10 09:54:40 cmv Exp $
    44//
    55// Description:
     
    1515// C++ Headers --
    1616//---------------
     17#include "sopnamsp.h"
    1718#include "machdefs.h"
    1819#include <iostream>
  • trunk/SophyaLib/SkyT/radspec.cc

    r2322 r2615  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: radspec.cc,v 1.7 2003-02-11 15:31:07 cmv Exp $
     3//      $Id: radspec.cc,v 1.8 2004-09-10 09:54:40 cmv Exp $
    44//
    55// Description:
     
    1515// C++ Headers --
    1616//---------------
     17#include "sopnamsp.h"
    1718#include "machdefs.h"
    1819#include <iostream>
  • trunk/SophyaLib/SkyT/radspecvector.cc

    r2322 r2615  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: radspecvector.cc,v 1.8 2003-02-11 15:31:07 cmv Exp $
     3//      $Id: radspecvector.cc,v 1.9 2004-09-10 09:54:40 cmv Exp $
    44//
    55// Description:
     
    1515// C++ Headers --
    1616//---------------
     17#include "sopnamsp.h"
    1718#include "machdefs.h"
    1819#include <iostream>
  • trunk/SophyaLib/SkyT/skyinit.cc

    r927 r2615  
    22#include <unistd.h>
    33
     4#include "sopnamsp.h"
    45#include "skyinit.h"
    56#include "ppersist.h"
  • trunk/SophyaLib/SkyT/specresp.cc

    r2144 r2615  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: specresp.cc,v 1.6 2002-07-31 10:25:34 ansari Exp $
     3//      $Id: specresp.cc,v 1.7 2004-09-10 09:54:40 cmv Exp $
    44//
    55// Description:
     
    1717#include <typeinfo>
    1818#include <math.h>
     19#include "sopnamsp.h"
    1920#include "specresp.h"
    2021#include "integ.h"
  • trunk/SophyaLib/SkyT/specrespvector.cc

    r2344 r2615  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: specrespvector.cc,v 1.10 2003-03-10 15:13:49 ansari Exp $
     3//      $Id: specrespvector.cc,v 1.11 2004-09-10 09:54:40 cmv Exp $
    44//
    55// Description:
     
    1515// C++ Headers --
    1616//---------------
     17#include "sopnamsp.h"
    1718#include "machdefs.h"
    1819#include <iostream>
  • trunk/SophyaLib/SkyT/squarefilt.cc

    r2322 r2615  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: squarefilt.cc,v 1.7 2003-02-11 15:31:07 cmv Exp $
     3//      $Id: squarefilt.cc,v 1.8 2004-09-10 09:54:40 cmv Exp $
    44//
    55// Description:
     
    1313// C++ Headers --
    1414//---------------
     15#include "sopnamsp.h"
    1516#include "machdefs.h"
    1617#include <iostream>
  • trunk/SophyaLib/SkyT/trianglefilt.cc

    r2322 r2615  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: trianglefilt.cc,v 1.7 2003-02-11 15:31:07 cmv Exp $
     3//      $Id: trianglefilt.cc,v 1.8 2004-09-10 09:54:40 cmv Exp $
    44//
    55// Description:
     
    1313// C++ Headers --
    1414//---------------
     15#include "sopnamsp.h"
    1516#include "machdefs.h"
    1617#include <iostream>
Note: See TracChangeset for help on using the changeset viewer.