Ignore:
Timestamp:
11/21/17 15:16:39 (6 years ago)
Author:
yushan
Message:

dev_omp OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/node/field.cpp

    r1338 r1341  
    518518      while (isDataLate && timer.getCumulatedTime() < CXios::recvFieldTimeout); 
    519519 
    520       //if (isDataLate) 
    521       //  ERROR("void CField::checkForLateDataFromServer(void)", 
    522       //        << "Late data at timestep = " << currentDate); 
     520      if (isDataLate) 
     521        ERROR("void CField::checkForLateDataFromServer(void)", 
     522              << "Late data at timestep = " << currentDate); 
    523523    } 
    524524  } 
Note: See TracChangeset for help on using the changeset viewer.