| 34 | const; |
| 35 | |
| 36 | const Shape ConformShapeToMod_Pinned_( // wrapper around the func in ShapeMod |
| 37 | const Shape& shape, // in |
| 38 | const Shape& pinnedshape) // in |
| 39 | const |
| 40 | { |
| 41 | VEC b(NSIZE(shapemod_.eigvals_), 1, 0.); // dummy variable for call below |
| 42 | return shapemod_.ConformShapeToMod_Pinned_(b, shape, 0, pinnedshape); |
| 43 | } |
| 44 | |
| 45 | // readonly access to some private vars |
| 46 | ESTART Estart_(void) const { return estart_; } |
no test coverage detected