Changeset b57b9b for src/level/level_operator_fas.hpp
- Timestamp:
- Sep 20, 2012, 1:54:01 PM (13 years ago)
- Children:
- c3acbb
- Parents:
- 2d3854
- File:
-
- 1 edited
-
src/level/level_operator_fas.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/level/level_operator_fas.hpp
r2d3854 rb57b9b 38 38 { 39 39 public: 40 LevelOperatorFAS(const Stencil& restrictDefect_, const Stencil& restrictSol_, const Stencil& prolongate_) : 41 LevelOperator(restrictDefect_, prolongate_), 40 LevelOperatorFAS(const Stencil& restrictDefect_, const Stencil& restrictSol_, 41 const Stencil& prolongate_, bool register_ = true) : 42 LevelOperator(restrictDefect_, prolongate_, register_), 42 43 operatorSol(restrictSol_) 43 44 {}
Note:
See TracChangeset
for help on using the changeset viewer.
