Changeset 3869 in Sophya for trunk/SophyaLib/TArray/tvector.cc


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

correction commentaires pour doxygen, Reza 12/08/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.