Changeset 2322 in Sophya for trunk/SophyaLib/SkyT


Ignore:
Timestamp:
Feb 11, 2003, 4:31:10 PM (23 years ago)
Author:
cmv
Message:
  • passage xxstream.h en xxstream
  • compile avec gcc_3.2, gcc_2.96 et cxx En 3.2 le seek from ::end semble marcher (voir Eval/COS/pbseekios.cc)

rz+cmv 11/2/2003

Location:
trunk/SophyaLib/SkyT
Files:
13 edited

Legend:

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

    r2144 r2322  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: blackbody.cc,v 1.7 2002-07-31 10:25:34 ansari Exp $
     3//      $Id: blackbody.cc,v 1.8 2003-02-11 15:31:06 cmv Exp $
    44//
    55// Description:
     
    1616//---------------
    1717#include "machdefs.h"
    18 #include <iostream.h>
     18#include <iostream>
    1919#include <math.h>
    2020#include "blackbody.h"
  • trunk/SophyaLib/SkyT/derivblackbody.cc

    r2144 r2322  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: derivblackbody.cc,v 1.5 2002-07-31 10:25:34 ansari Exp $
     3//      $Id: derivblackbody.cc,v 1.6 2003-02-11 15:31:07 cmv Exp $
    44//
    55// Description:
     
    1616//---------------
    1717#include "machdefs.h"
    18 #include <iostream.h>
     18#include <iostream>
    1919#include <math.h>
    2020#include "derivblackbody.h"
  • trunk/SophyaLib/SkyT/gaussfilt.cc

    r927 r2322  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: gaussfilt.cc,v 1.6 2000-04-14 07:28:12 ansari Exp $
     3//      $Id: gaussfilt.cc,v 1.7 2003-02-11 15:31:07 cmv Exp $
    44//
    55// Description:
     
    1414//---------------
    1515#include "machdefs.h"
    16 #include <iostream.h>
     16#include <iostream>
    1717#include <math.h>
    1818
  • trunk/SophyaLib/SkyT/nupower.cc

    r927 r2322  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: nupower.cc,v 1.7 2000-04-14 07:28:12 ansari Exp $
     3//      $Id: nupower.cc,v 1.8 2003-02-11 15:31:07 cmv Exp $
    44//
    55// Description:
     
    1616//---------------
    1717#include "machdefs.h"
    18 #include <iostream.h>
     18#include <iostream>
    1919#include <math.h>
    2020
  • trunk/SophyaLib/SkyT/radspec.cc

    r2144 r2322  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: radspec.cc,v 1.6 2002-07-31 10:25:34 ansari Exp $
     3//      $Id: radspec.cc,v 1.7 2003-02-11 15:31:07 cmv Exp $
    44//
    55// Description:
     
    1616//---------------
    1717#include "machdefs.h"
    18 #include <iostream.h>
     18#include <iostream>
    1919#include <typeinfo>
    2020#include <math.h>
  • trunk/SophyaLib/SkyT/radspec.h

    r901 r2322  
    22//--------------------------------------------------------------------------
    33// File and Version Information:
    4 //      $Id: radspec.h,v 1.5 2000-04-13 08:17:03 ansari Exp $
     4//      $Id: radspec.h,v 1.6 2003-02-11 15:31:07 cmv Exp $
    55//
    66// Description:
     
    1515
    1616#include "machdefs.h"
    17 #include <iostream.h>
     17#include <iostream>
    1818
    1919#include "specresp.h"
  • trunk/SophyaLib/SkyT/radspecvector.cc

    r927 r2322  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: radspecvector.cc,v 1.7 2000-04-14 07:28:13 ansari Exp $
     3//      $Id: radspecvector.cc,v 1.8 2003-02-11 15:31:07 cmv Exp $
    44//
    55// Description:
     
    1616//---------------
    1717#include "machdefs.h"
    18 #include <iostream.h>
     18#include <iostream>
    1919#include <math.h>
    2020// #include <typeinfo>
  • trunk/SophyaLib/SkyT/radspecvector.h

    r901 r2322  
    1313#define RADSPECTRAVEC_H_SEEN
    1414#include "machdefs.h"
    15 #include <iostream.h>
     15#include <iostream>
    1616
    1717#include "radspec.h"
  • trunk/SophyaLib/SkyT/specresp.h

    r831 r2322  
    22//--------------------------------------------------------------------------
    33// File and Version Information:
    4 //      $Id: specresp.h,v 1.4 2000-04-06 17:10:51 ansari Exp $
     4//      $Id: specresp.h,v 1.5 2003-02-11 15:31:07 cmv Exp $
    55//
    66// Description:
     
    1515#include "machdefs.h"
    1616#include "anydataobj.h"
    17 #include <iostream.h>
     17#include <iostream>
    1818//------------------------------------
    1919// Collaborating Class Declarations --
  • trunk/SophyaLib/SkyT/specrespvector.cc

    r927 r2322  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: specrespvector.cc,v 1.8 2000-04-14 07:28:14 ansari Exp $
     3//      $Id: specrespvector.cc,v 1.9 2003-02-11 15:31:07 cmv Exp $
    44//
    55// Description:
     
    1616//---------------
    1717#include "machdefs.h"
    18 #include <iostream.h>
     18#include <iostream>
    1919#include <math.h>
    2020// #include <typeinfo>
  • trunk/SophyaLib/SkyT/specrespvector.h

    r831 r2322  
    22//--------------------------------------------------------------------------
    33// File and Version Information:
    4 //      $Id: specrespvector.h,v 1.5 2000-04-06 17:11:03 ansari Exp $
     4//      $Id: specrespvector.h,v 1.6 2003-02-11 15:31:07 cmv Exp $
    55//
    66// Description:
     
    1414
    1515#include "machdefs.h"
    16 #include <iostream.h>
     16#include <iostream>
    1717
    1818#include "specresp.h"
  • trunk/SophyaLib/SkyT/squarefilt.cc

    r927 r2322  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: squarefilt.cc,v 1.6 2000-04-14 07:28:14 ansari Exp $
     3//      $Id: squarefilt.cc,v 1.7 2003-02-11 15:31:07 cmv Exp $
    44//
    55// Description:
     
    1414//---------------
    1515#include "machdefs.h"
    16 #include <iostream.h>
     16#include <iostream>
    1717
    1818#include "squarefilt.h"
  • trunk/SophyaLib/SkyT/trianglefilt.cc

    r927 r2322  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: trianglefilt.cc,v 1.6 2000-04-14 07:28:14 ansari Exp $
     3//      $Id: trianglefilt.cc,v 1.7 2003-02-11 15:31:07 cmv Exp $
    44//
    55// Description:
     
    1414//---------------
    1515#include "machdefs.h"
    16 #include <iostream.h>
     16#include <iostream>
    1717
    1818#include "trianglefilt.h"
Note: See TracChangeset for help on using the changeset viewer.