Ignore:
Timestamp:
Feb 2, 2012, 1:58:12 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
32ff22
Parents:
01be70
Message:

Parallel performance update.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/interface/interface_particles.hpp

    r01be70 r894a5f  
    1414#include <list>
    1515
    16 #include "base/has_tempgrids.hpp"
    1716#include "base/linked_cell_list.hpp"
    1817#include "base/particle.hpp"
     
    2726class Multigrid;
    2827
    29 class InterfaceParticles : public Interface, public HasTempGrids, public HasRequestVec
     28class InterfaceParticles : public Interface, public HasRequestVec
    3029{
    3130public:
     
    3433                     const int& near_field_cells) :
    3534    Interface(boundary, levelMin, levelMax, box_offset, box_size, 0, 1.0),
    36     HasTempGrids(),
    3735    HasRequestVec(),
    3836    spl((near_field_cells+0.5)*Extent(MaxLevel()).MeshWidth().Max())
Note: See TracChangeset for help on using the changeset viewer.