Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Box.cpp

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