Changeset 894a5f for src/interface/interface_particles.hpp
- Timestamp:
- Feb 2, 2012, 1:58:12 PM (14 years ago)
- Children:
- 32ff22
- Parents:
- 01be70
- File:
-
- 1 edited
-
src/interface/interface_particles.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/interface/interface_particles.hpp
r01be70 r894a5f 14 14 #include <list> 15 15 16 #include "base/has_tempgrids.hpp"17 16 #include "base/linked_cell_list.hpp" 18 17 #include "base/particle.hpp" … … 27 26 class Multigrid; 28 27 29 class InterfaceParticles : public Interface, public Has TempGrids, public HasRequestVec28 class InterfaceParticles : public Interface, public HasRequestVec 30 29 { 31 30 public: … … 34 33 const int& near_field_cells) : 35 34 Interface(boundary, levelMin, levelMax, box_offset, box_size, 0, 1.0), 36 HasTempGrids(),37 35 HasRequestVec(), 38 36 spl((near_field_cells+0.5)*Extent(MaxLevel()).MeshWidth().Max())
Note:
See TracChangeset
for help on using the changeset viewer.
