Changeset 971 for XIOS/trunk/src


Ignore:
Timestamp:
10/13/16 17:22:31 (8 years ago)
Author:
mhnguyen
Message:

Correcting the previous commit

Test
+) On Curie
+) Tests pass

File:
1 edited

Legend:

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

    r969 r971  
    761761        ni = ni_glo; 
    762762      } 
    763       else 
    764       { 
    765  
     763      else if ((!ibegin.isEmpty() && ni.isEmpty()) || (ibegin.isEmpty() && !ni.isEmpty())) 
     764      { 
    766765        ERROR("CDomain::checkLocalIDomain(void)", 
    767766              << "[ id = " << this->getId() << " , context = '" << CObjectFactory::GetCurrentContextId() << " ] " 
    768               << "The local domain is wrongly defined," 
    769               << "Either 'ni' or 'ibegin' is not defined. "  
    770               << "If 'ni' and 'ibegin' are used to define domain, both of them must have assigned values." << endl 
    771               << "Otherwise, i_index can be used to define domain."); 
     767              << "The local domain is wrongly defined," << endl 
     768              << "i_index is empty and either 'ni' or 'ibegin' is not defined. "  
     769              << "If 'ni' and 'ibegin' are used to define a domain, both of them must not be empty."); 
    772770      } 
    773771        
Note: See TracChangeset for help on using the changeset viewer.