Changes in src/Box.cpp [97f9b9:d00370]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Box.cpp
r97f9b9 rd00370 365 365 } 366 366 367 void Box::setConditions(const std::vector< std::string >& _conditions)368 {369 OBSERVE;370 NOTIFY(BoundaryConditionsChanged);371 conditions.set(_conditions);372 }373 374 367 const std::vector<std::pair<Plane,Plane> > Box::getBoundingPlanes() const 375 368 {
Note:
See TracChangeset
for help on using the changeset viewer.