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 5a6255f commit c25b21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Solver/src/libs/timeintegrator/pAdaptationClassRL.f90
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ subroutine pAdaptation_Construct(this, controlVariables, t0, mesh)
character(LINE_LENGTH) :: paramFile
character(LINE_LENGTH) :: in_label
character(LINE_LENGTH) :: agentFile
character(20*BC_STRING_LENGTH) :: confBoundaries
character(20*BC_STRING_LENGTH) :: confBoundaries, R_acoustic_sources
character(LINE_LENGTH) :: R_Nmax, R_Nmin, R_OrderAcrossFaces, replacedValue, R_mode, R_interval, cwd, R_ErrorType, R_ErrorVariable, R_observer
logical , allocatable :: R_increasing, reorganize_z, R_restart, R_ErrorEstimation, R_acoustics
real(kind=RP), allocatable :: R_tolerance, R_threshold, R_acoustic_tol, R_acoustic_distance
Expand Down

0 comments on commit c25b21b

Please sign in to comment.