Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Box.cpp

    rd00370 r97f9b9  
    365365}
    366366
     367void Box::setConditions(const std::vector< std::string >& _conditions)
     368{
     369  OBSERVE;
     370  NOTIFY(BoundaryConditionsChanged);
     371  conditions.set(_conditions);
     372}
     373
    367374const std::vector<std::pair<Plane,Plane> >  Box::getBoundingPlanes() const
    368375{
Note: See TracChangeset for help on using the changeset viewer.