mirror of
https://github.com/NGSolve/netgen.git
synced 2025-05-05 02:00:49 +05:00
code formatting in blayer files
This commit is contained in:
parent
f42d0c0be4
commit
494b0ae37c
@ -464,8 +464,7 @@ struct GrowthVectorLimiter
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename TFunc>
|
template <typename TFunc>
|
||||||
void FindTreeIntersections (double trig_shift, double seg_shift, TFunc f,
|
void FindTreeIntersections (double trig_shift, double seg_shift, TFunc f, TBitArray<PointIndex>* relevant_points = nullptr)
|
||||||
TBitArray<PointIndex> * relevant_points = nullptr)
|
|
||||||
{
|
{
|
||||||
static Timer t("GrowthVectorLimiter::FindTreeIntersections");
|
static Timer t("GrowthVectorLimiter::FindTreeIntersections");
|
||||||
RegionTimer rt(t);
|
RegionTimer rt(t);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user