Changes in src/Box.cpp [d00370:97f9b9]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Box.cpp
rd00370 r97f9b9 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 367 374 const std::vector<std::pair<Plane,Plane> > Box::getBoundingPlanes() const 368 375 {
Note:
See TracChangeset
for help on using the changeset viewer.