Changeset 3869 in Sophya for trunk/SophyaLib
- Timestamp:
- Aug 12, 2010, 5:01:52 PM (15 years ago)
- Location:
- trunk/SophyaLib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/slininterp.cc
r3868 r3869 47 47 } 48 48 49 /* 49 /*! 50 50 \brief Constructor from regularly spaced points in X with Y values defined by yreg 51 51 … … 100 100 } 101 101 102 /* 102 /*! 103 103 \brief Defines the interpolation points from regularly spaced points in X with Y values defined by yreg 104 104 -
trunk/SophyaLib/TArray/tvector.cc
r3857 r3869 1 // $Id: tvector.cc,v 1.2 7 2010-08-12 10:22:17 ansari Exp $1 // $Id: tvector.cc,v 1.28 2010-08-12 15:01:47 ansari Exp $ 2 2 // C.Magneville 04/99 3 3 #include "sopnamsp.h" … … 248 248 } 249 249 250 /* 250 /*! 251 251 \brief to std::vector<T> conversion function 252 252 253 Return san 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) 254 254 */ 255 255 template <class T>
Note:
See TracChangeset
for help on using the changeset viewer.