Changeset 3869 in Sophya


Ignore:
Timestamp:
Aug 12, 2010, 5:01:52 PM (15 years ago)
Author:
ansari
Message:

correction commentaires pour doxygen, Reza 12/08/2010

Location:
trunk/SophyaLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/slininterp.cc

    r3868 r3869  
    4747}
    4848
    49 /*
     49/*!
    5050  \brief Constructor from regularly spaced points in X with Y values defined by yreg
    5151
     
    100100}
    101101
    102 /*
     102/*!
    103103  \brief Defines the interpolation points from regularly spaced points in X with Y values defined by yreg
    104104
  • trunk/SophyaLib/TArray/tvector.cc

    r3857 r3869  
    1 // $Id: tvector.cc,v 1.27 2010-08-12 10:22:17 ansari Exp $
     1// $Id: tvector.cc,v 1.28 2010-08-12 15:01:47 ansari Exp $
    22//                         C.Magneville          04/99
    33#include "sopnamsp.h"
     
    248248}
    249249
    250 /*
     250/*!
    251251  \brief to std::vector<T> conversion function
    252252
    253   Returns an std::vector<T> with the same size as the original vector and with elements std::vec[i]=(*this)(i)
     253  Return an std::vector<T> with the same size as the original vector and with elements std::vec[i]=(*this)(i)
    254254*/
    255255template <class T>
Note: See TracChangeset for help on using the changeset viewer.