Timer to AdFront3::Inside

This commit is contained in:
Matthias Hochsteger 2021-06-04 10:47:24 +02:00
parent 17af3d0091
commit 7623289c27

View File

@ -787,6 +787,7 @@ void AdFront3 :: SetStartFront (int /* baseelnp */)
bool AdFront3 :: Inside (const Point<3> & p) const
{
static Timer timer("AdFront3::Inside"); RegionTimer rt(timer);
int cnt;
Vec3d n, v1, v2;
DenseMatrix a(3), ainv(3);