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/once.cpp

    r152 r205  
    77      /// ////////////////////// Définitions ////////////////////// /// 
    88 
    9       COnce::COnce(DoubleArray doutput, 
    10                    const CFunData & data, 
    11                    const std::vector<size_t> size) 
    12          : SuperClass(StdString("once"), doutput, size, data) 
     9      COnce::COnce(DoubleArray doutput) 
     10         : SuperClass(StdString("once"), doutput) 
    1311      { /* Ne rien faire de plus */ } 
    1412 
     
    1917 
    2018      void COnce::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("COnce::apply(...)", << "Not implemented yet !"); 
Note: See TracChangeset for help on using the changeset viewer.