Changeset f003a9 for src/mg.cpp
- Timestamp:
- May 8, 2012, 2:54:17 PM (14 years ago)
- Children:
- 6f05224
- Parents:
- 4e8206
- File:
-
- 1 edited
-
src/mg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/mg.cpp
r4e8206 rf003a9 36 36 #include "base/discretization.hpp" 37 37 #include "base/factory.hpp" 38 #include "base/interface.hpp" 38 39 #include "base/timer.hpp" 39 40 #include "comm/comm.hpp" 40 41 #include "grid/grid.hpp" 41 42 #include "grid/tempgrid.hpp" 42 #include "interface/interface.hpp"43 #include "interface/interface_particles_cf.hpp"44 43 #include "level/level_operator.hpp" 45 44 #include "smoother/smoother.hpp" … … 125 124 } 126 125 127 void MG::InitializeFromParticleConfigFile(const char* filename)128 {129 InterfaceParticlesCF interface_particles(filename);130 }131 132 126 /* 133 127 * Post init communication class
Note:
See TracChangeset
for help on using the changeset viewer.
