Changeset b57b9b for src/base/interface.hpp
- Timestamp:
- Sep 20, 2012, 1:54:01 PM (13 years ago)
- Children:
- c3acbb
- Parents:
- 2d3854
- File:
-
- 1 edited
-
src/base/interface.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/base/interface.hpp
r2d3854 rb57b9b 45 45 Interface(const Boundary& boundary, const int& levelMin, const int& levelMax, 46 46 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_), 48 50 bc(boundary), 49 51 levelMin(levelMin),
Note:
See TracChangeset
for help on using the changeset viewer.
