Ignore:
Timestamp:
09/07/11 14:25:56 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/node/field.hpp

    r265 r267  
    8484         template <StdSize N> 
    8585            inline bool updateData 
    86                (const date::CDate & currDate, const date::CDuration & timestep, const ARRAY(double, N) data); 
     86               (const date::CDate      & currDate, 
     87                const date::CDuration  & timestep, 
     88                const ARRAY(double, N)   data); 
    8789 
    8890         bool updateDataServer 
    89                (const date::CDate & currDate, const std::deque<ARRAY(double, 1)> storedClient); 
     91               (const date::CDate & currDate, 
     92                const std::deque<ARRAY(double, 1)> storedClient); 
    9093 
    9194      public : 
Note: See TracChangeset for help on using the changeset viewer.