Changeset 8180d8 for src/units/particle/interface_fcs.cpp
- Timestamp:
- Apr 5, 2013, 12:39:30 PM (13 years ago)
- Children:
- 4a709e
- Parents:
- f57182
- File:
-
- 1 edited
-
src/units/particle/interface_fcs.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/units/particle/interface_fcs.cpp
rf57182 r8180d8 62 62 #include "units/particle/interface_particles.hpp" 63 63 64 #include "cycles/cycle_cs_periodic_debug.hpp" 65 64 66 65 67 using namespace VMG; … … 122 124 new LevelOperatorCS(Stencils::RestrictionFullWeight, Stencils::InterpolationTrilinear); 123 125 new Givens<SolverSingular>(); 124 new CycleCSPeriodic (cycle_type);126 new CycleCSPeriodicDebug(cycle_type); 125 127 126 128 }else {
Note:
See TracChangeset
for help on using the changeset viewer.
