Changeset 901 in Sophya for trunk/SophyaLib/SkyT/nupower.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/nupower.h

    r669 r901  
    22//--------------------------------------------------------------------------
    33// File and Version Information:
    4 //      $Id: nupower.h,v 1.5 1999-11-29 16:59:10 ansari Exp $
     4//      $Id: nupower.h,v 1.6 2000-04-13 08:17:03 ansari Exp $
    55//
    66// Description:
     
    1616#include "radspec.h"
    1717#include "convtools.h"
    18 
     18namespace SOPHYA {
    1919// Power law spectra  f = a ((nu-nu0)/dnu)^b   
    2020class PowerLawSpectra : public RadSpectra
     
    4141  double _a, _b, _nu0, _dnu;
    4242};
    43 
     43}
    4444#endif
Note: See TracChangeset for help on using the changeset viewer.