Changeset 896 in Sophya for trunk/SophyaLib/NTools/cspline.h


Ignore:
Timestamp:
Apr 12, 2000, 7:50:34 PM (25 years ago)
Author:
ansari
Message:

Documentation- namespace, utils.cc mis ds SysTools - Reza 12/4/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/cspline.h

    r501 r896  
    88// Class CSpline et CSpline2 selon Numerical Receipes (cmv 17/02/97)
    99///////////////////////////////////////////////////////////////////
    10 class CSpline EXC_AWARE {
     10namespace SOPHYA {
     11
     12//! Spline fit to a set of points Y=f(X) (as in Numerical Receipes).
     13class CSpline {
    1114
    1215public:
     
    7174
    7275///////////////////////////////////////////////////////////////////
    73 class CSpline2 EXC_AWARE {
     76//! 2D Spline fit to a set of points Y=f(X1,X2) (as in Numerical Receipes).
     77class CSpline2  {
    7478
    7579public:
     
    116120};
    117121
     122} // Fin du namespace
     123
    118124#endif /* CSPLINE_H_SEEN */
Note: See TracChangeset for help on using the changeset viewer.