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