Skip to content

Commit

Permalink
fix for GNU
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhi-Liang committed May 22, 2014
1 parent 073da9f commit 341a350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ALE/PLM_functions.F90
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ subroutine PLM_reconstruction( N, h, u, ppoly_E, ppoly_coefficients )
! Second pass: we need to check for nonmonotonic discontinuous edge values.
! When this occurs, the PLM slope is redefined so as to ensure monotonic edge
! values across edges.
E_old = ppoly_E
E_old(1:N,1:2) = ppoly_E(1:N,1:2)

do k = 2,N-1

Expand Down

0 comments on commit 341a350

Please sign in to comment.