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/base/interface.hpp

    r2d3854 rb57b9b  
    4545  Interface(const Boundary& boundary, const int& levelMin, const int& levelMax,
    4646            const Vector& box_offset, const vmg_float box_size,
    47             int coarseningSteps=0, vmg_float alpha=1.6) :
     47            int coarseningSteps=0, vmg_float alpha=1.6,
     48            bool register_ = true) :
     49    Object("INTERFACE", register_),
    4850    bc(boundary),
    4951    levelMin(levelMin),
Note: See TracChangeset for help on using the changeset viewer.