| 982 | } |
| 983 | |
| 984 | void SubSurface_Impl::assignDefaultSubSurfaceType() { |
| 985 | std::string defaultSubSurfaceType = this->defaultSubSurfaceType(); |
| 986 | bool test = setSubSurfaceType(defaultSubSurfaceType); |
| 987 | OS_ASSERT(test); |
| 988 | } |
| 989 | |
| 990 | std::string SubSurface_Impl::outsideBoundaryCondition() const { |
| 991 | std::string result; |