Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhueper committed Nov 29, 2024
1 parent c25b21b commit 64fed84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Solver/src/libs/timeintegrator/pAdaptationClassRL.f90
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,9 @@ subroutine pAdaptation_pAdapt(this, sem, itera, t, computeTimeDerivative, Comput
! Find the polynomial order that fulfills the error requirement
! -------------------------------------------------------------
!
if (this % error_estimation) then
Ndir = 4
end if
! if (this % error_estimation) then
! Ndir = 4
! end if

call Stopwatch % Start("pAdapt: PolOrder selection")
adaptedElements = 0
Expand Down

0 comments on commit 64fed84

Please sign in to comment.