Ignore:
Timestamp:
Sep 20, 2012, 1:54:01 PM (13 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
c3acbb
Parents:
2d3854
Message:

vmg: Simplified API.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@2034 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/level/level_operator_cs.hpp

    r2d3854 rb57b9b  
    3737{
    3838public:
    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_)
    4142  {}
    4243
Note: See TracChangeset for help on using the changeset viewer.