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.hpp

    r2d3854 rb57b9b  
    4242{
    4343public:
    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_),
    4547    operatorRestrict(operatorRestrict_),
    4648    operatorProlongate(operatorProlongate_)
Note: See TracChangeset for help on using the changeset viewer.