1 #include "idealspacing.hh"
8 Idealspacing::print() const
11 mtor
<< "idealspacing {" ;
12 mtor
<< "distance "<<space
<< " strength " << hooke
;
13 mtor
<< "left " << left
->rank() << " right " << right
->rank() << "}\n";
17 Idealspacing::Idealspacing(const PCol
* l
,const PCol
* r
)
26 Idealspacing::OK() const
29 assert(hooke
>= 0 && left
&& right
);