Ignore:
Timestamp:
05/26/11 13:34:49 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/functor/instant.cpp

    r152 r205  
    77      /// ////////////////////// Définitions ////////////////////// /// 
    88 
    9       CInstant::CInstant(DoubleArray doutput, 
    10                          const CFunData & data, 
    11                          const std::vector<size_t> size) 
    12          : SuperClass(StdString("instant"), doutput, size, data) 
     9      CInstant::CInstant(DoubleArray doutput) 
     10         : SuperClass(StdString("instant"), doutput) 
    1311      { /* Ne rien faire de plus */ } 
    1412 
     
    1917 
    2018      void CInstant::apply(const DoubleArray         UNUSED(dinput), 
    21                                  DoubleArray         UNUSED(doutput), 
    22                            const std::vector<size_t> UNUSED(size), 
    23                            const CFunData &          UNUSED(data)) 
     19                                 DoubleArray         UNUSED(doutput)) 
    2420      { 
    2521         ERROR("CInstant::apply(...)", << "Not implemented yet !"); 
Note: See TracChangeset for help on using the changeset viewer.