Changeset 607 in Sophya for trunk/SophyaLib/SkyT/specrespvector.h


Ignore:
Timestamp:
Nov 20, 1999, 10:00:54 PM (26 years ago)
Author:
ansari
Message:

Modifs preparatoire pour Garching MAP , Reza 20/11/99

File:
1 edited

Legend:

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

    r601 r607  
    22//--------------------------------------------------------------------------
    33// File and Version Information:
    4 //      $Id: specrespvector.h,v 1.1.1.1 1999-11-19 16:34:32 ansari Exp $
     4//      $Id: specrespvector.h,v 1.2 1999-11-20 21:00:53 ansari Exp $
    55//
    66// Description:
     
    4646  virtual double transmission(double nu) const;
    4747
     48  // Acces to Nu and T(nu) vectors
     49  inline Vector& getNuVec() { return _vecOfNu; }
     50  inline Vector& getTNuVec() { return _vecOfFDeNu; }
     51
    4852  virtual void      Print(ostream& os)  const;
    4953
Note: See TracChangeset for help on using the changeset viewer.