Ignore:
Timestamp:
Apr 15, 2013, 9:43:05 PM (13 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
d6a338
Parents:
dc7dc9
Message:

Renamed GlobalIndices::GlobalSizeNew back to GlobalIndices::GlobalSize.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/comm/comm_serial.cpp

    rdc7dc9 re58835d  
    329329        << "  GLOBAL_BEGIN:        " << (*mg)(i).Global().GlobalBegin() << std::endl
    330330        << "  GLOBAL_END:          " << (*mg)(i).Global().GlobalEnd() << std::endl
    331         << "  GLOBAL_SIZE:         " << (*mg)(i).Global().GlobalSizeNew() << std::endl
     331        << "  GLOBAL_SIZE:         " << (*mg)(i).Global().GlobalSize() << std::endl
    332332        << "  GLOBAL_BEGIN_FINEST: " << (*mg)(i).Global().GlobalBeginFinest() << std::endl
    333333        << "  GLOBAL_END_FINEST:   " << (*mg)(i).Global().GlobalEndFinest() << std::endl
Note: See TracChangeset for help on using the changeset viewer.