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_mpi.cpp

    rdc7dc9 re58835d  
    487487          << "    GLOBAL_BEGIN:            " << grid.Global().GlobalBegin() << std::endl
    488488          << "    GLOBAL_END:              " << grid.Global().GlobalEnd() << std::endl
    489           << "    GLOBAL_SIZE:             " << grid.Global().GlobalSizeNew() << std::endl
     489          << "    GLOBAL_SIZE:             " << grid.Global().GlobalSize() << std::endl
    490490          << "    GLOBAL_BEGIN_FINEST:     " << grid.Global().GlobalBeginFinest() << std::endl
    491491          << "    GLOBAL_END_FINEST:       " << grid.Global().GlobalEndFinest() << std::endl
Note: See TracChangeset for help on using the changeset viewer.