Changeset 901 in Sophya for trunk/SophyaLib/SkyT/radspec.h


Ignore:
Timestamp:
Apr 13, 2000, 10:17:04 AM (25 years ago)
Author:
ansari
Message:

Sophie: adding the namespace SOPHYA in the .h files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/radspec.h

    r669 r901  
    22//--------------------------------------------------------------------------
    33// File and Version Information:
    4 //      $Id: radspec.h,v 1.4 1999-11-29 16:59:11 ansari Exp $
     4//      $Id: radspec.h,v 1.5 2000-04-13 08:17:03 ansari Exp $
    55//
    66// Description:
     
    2525// ***IMPORTANT*** All frequencies are expressed in GHz  (10^9 Hz)
    2626//                 and flux in Watt/m^2/sr
    27 
     27namespace SOPHYA {
    2828class RadSpectra
    2929{
     
    8585inline ostream& operator << (ostream& s,  RadSpectra const & rs)
    8686  {  rs.Print(s);  return(s);  }
    87 
     87}
    8888
    8989#endif
Note: See TracChangeset for help on using the changeset viewer.