Skip to content

Commit e5af4b1

Browse files
indent
1 parent 2654e6c commit e5af4b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/computational_domain.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,8 +798,8 @@ void ComputationalDomain<dim>::refine_and_resize(const unsigned int refinement_l
798798
tolerance);
799799
// in correspondence with the projected point, we ask all the surface differential forms
800800
auto tup = OpenCASCADE::closest_point_and_differential_forms(neededShape,
801-
projection,
802-
tolerance);
801+
projection,
802+
tolerance);
803803
// among the differential point, we select the maximum absolute curvature
804804
double max_abs_curv = fmax(fabs(std_cxx11::get<2>(tup)),fabs(std_cxx11::get<3>(tup)));
805805
// this commented line is just for debug purposes

0 commit comments

Comments
 (0)