This commit is contained in:
Joachim Schöberl 2019-01-12 08:19:57 +01:00
parent ed4240b9c6
commit 96443e890b

View File

@ -3398,6 +3398,7 @@ namespace netgen
size_t nsel = mtris.Size(); size_t nsel = mtris.Size();
NgProfiler::StartTimer (timer_bisecttrig); NgProfiler::StartTimer (timer_bisecttrig);
(*opt.tracer)("Bisect trigs", false);
for (size_t i = 0; i < nsel; i++) for (size_t i = 0; i < nsel; i++)
if (mtris[i].marked) if (mtris[i].marked)
{ {
@ -3440,7 +3441,7 @@ namespace netgen
} }
NgProfiler::StopTimer (timer_bisecttrig); NgProfiler::StopTimer (timer_bisecttrig);
(*opt.tracer)("Bisect trigs", true);
int nquad = mquads.Size(); int nquad = mquads.Size();
for (int i = 1; i <= nquad; i++) for (int i = 1; i <= nquad; i++)