Exemplo n.º 1
0
    static inline bool pointInGeometry( const Cylinder& cylinder,
					const Teuchos::Array<double>& coords,
					const double tolerance )
    { return cylinder.pointInCylinder( coords, tolerance ); }