Changeset 473 for XIOS/trunk


Ignore:
Timestamp:
02/07/14 16:37:12 (10 years ago)
Author:
ymipsl
Message:

Compilation fix for some compiler : supress extra white space

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/field.cpp

    r472 r473  
    506506      { \ 
    507507        boost::shared_ptr<func::CFunctor> foperation_(new C##MType(this->data,default_value)); \ 
    508         this->foperation = foperation_; \  
     508        this->foperation = foperation_; \ 
    509509      } \ 
    510510      else \ 
Note: See TracChangeset for help on using the changeset viewer.