| 106 | |
| 107 | |
| 108 | void Foam::dimensionSet::reset(const dimensionSet& ds) |
| 109 | { |
| 110 | for (int Dimension=0; Dimension<nDimensions; ++Dimension) |
| 111 | { |
| 112 | exponents_[Dimension] = ds.exponents_[Dimension]; |
| 113 | } |
| 114 | } |
| 115 | |
| 116 | |
| 117 | // * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * // |
no outgoing calls
no test coverage detected