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

    r2d3854 rb57b9b  
    3838{
    3939public:
    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_),
    4243    operatorSol(restrictSol_)
    4344  {}
Note: See TracChangeset for help on using the changeset viewer.