blob: d3ec209325c59993e637d907ef866f8225693d71 (
plain)
1
2
3
4
5
6
7
8
9
|
// File: Plate_LineConstraint.lxx
// Created: Mon May 25 09:12:26 1998
// Author: Andre LIEUTIER
// <alr@sgi63>
inline const Plate_LinearScalarConstraint& Plate_LineConstraint::LSC() const
{
return myLSC;
}
|