Changeset b57b9b for src/level/level_operator.hpp
- Timestamp:
- Sep 20, 2012, 1:54:01 PM (13 years ago)
- Children:
- c3acbb
- Parents:
- 2d3854
- File:
-
- 1 edited
-
src/level/level_operator.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/level/level_operator.hpp
r2d3854 rb57b9b 42 42 { 43 43 public: 44 LevelOperator(const Stencil& operatorRestrict_, const Stencil& operatorProlongate_) : 44 LevelOperator(const Stencil& operatorRestrict_, const Stencil& operatorProlongate_, 45 bool register_ = true) : 46 Object("LEVEL_OPERATOR", register_), 45 47 operatorRestrict(operatorRestrict_), 46 48 operatorProlongate(operatorProlongate_)
Note:
See TracChangeset
for help on using the changeset viewer.
