Changeset ef94e7 for src/units/particle/interface_fcs.cpp
- Timestamp:
- Jul 4, 2012, 6:10:39 PM (13 years ago)
- Children:
- 0260d3
- Parents:
- 290aa3
- File:
-
- 1 edited
-
src/units/particle/interface_fcs.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/units/particle/interface_fcs.cpp
r290aa3 ref94e7 221 221 const Grid& grid = multigrid(multigrid.MaxLevel()); 222 222 223 int error_code ;223 int error_code = 0; 224 224 225 225 if (!grid.Global().LocalSize().IsComponentwiseGreater(near_field_cells)) 226 226 error_code = 1; 227 else 228 error_code = 0; 229 230 error_code = MG::GetComm()->GlobalMax(error_code); 231 232 return error_code; 227 228 return MG::GetComm()->GlobalMax(error_code); 233 229 } 234 230
Note:
See TracChangeset
for help on using the changeset viewer.
