Ignore:
Timestamp:
06/06/13 17:28:49 (11 years ago)
Author:
ymipsl
Message:

enhancement : error message more explicit with non compliant mask size

YM

File:
1 edited

Legend:

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

    r421 r435  
    265265             (mask.extent(1) != nju)) 
    266266            ERROR("CDomain::checkAttributes(void)", 
    267                   <<"the mask has not the same size than the local domain") ; 
    268                    
     267                  <<"the mask has not the same size than the local domain"<<endl 
     268                   <<"Local size is "<<niu<<"x"<<nju<<endl 
     269                  <<"Mask size is "<<mask.extent(0)<<"x"<<mask.extent(1));                  
    269270         for (int i = 0; i < ni.getValue(); i++) 
    270271         { 
Note: See TracChangeset for help on using the changeset viewer.