Ignore:
Timestamp:
Apr 24, 2012, 2:26:14 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
b51c3b
Parents:
e3dbbf
Message:

Fix energy calculation.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1729 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/comm/comm_serial.cpp

    re3dbbf r716da7  
    196196}
    197197
    198 void CommSerial::CommLCListToGhosts(const Grid& grid, Particle::LinkedCellList& lc)
     198void CommSerial::CommLCListToGhosts(Particle::LinkedCellList& lc)
    199199{
    200200  // std::list<Particle::Particle*>::iterator p_iter;
     
    384384        << "  BOUNDARY_END_2:     " << (*mg)(i).Local().BoundaryEnd2() << std::endl
    385385        << "  BOUNDARY_SIZE_2:    " << (*mg)(i).Local().BoundarySize2() << std::endl
    386         << "  FINER_BEGIN:        " << (*mg)(i).Local().FinerBeginFoo() << std::endl
    387         << "  FINER_END:          " << (*mg)(i).Local().FinerEndFoo() << std::endl
    388         << "  FINER_SIZE:         " << (*mg)(i).Local().FinerSizeFoo() << std::endl
     386        << "  FINER_BEGIN:        " << (*mg)(i).Local().FinerBegin() << std::endl
     387        << "  FINER_END:          " << (*mg)(i).Local().FinerEnd() << std::endl
     388        << "  FINER_SIZE:         " << (*mg)(i).Local().FinerSize() << std::endl
    389389        << "EXTENT:" << std::endl
    390390        << "  BEGIN:              " << (*mg)(i).Extent().Begin() << std::endl
Note: See TracChangeset for help on using the changeset viewer.