Skip to content

Commit cfccd4e

Browse files
authored
Update whole_array.f90
The year of modification was 2023. lap_con was an unused variable. It is deleted now. It was pointed out by Ivan in the issues he raised.
1 parent 191f62c commit cfccd4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

comparison/whole_array.f90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
! Shahid Maqbool
1010
!
1111
! Modified :
12-
! 29 March 2022
12+
! 29 March 2023
1313
!
1414
! To compile and run :
1515
! check ReadMe file
@@ -31,14 +31,14 @@ program fd_ch_test
3131
real ( kind = 8 ) :: dt = 0.01 , start , finish
3232
real ( kind = 8 ) :: c0 = 0.4 , mobility = 1.0 , grad_coef = 0.5
3333
real ( kind = 8 ) :: noise = 0.02 , A = 1.0
34-
real ( kind = 8 ), dimension ( Nx, Ny ) :: r, con, dfdcon, lap_con, dummy_con
34+
real ( kind = 8 ), dimension ( Nx, Ny ) :: r, con, dfdcon, dummy_con
3535

3636

3737
call cpu_time ( start )
3838

3939

4040
! ===========================================================================
41-
! initial microstucture
41+
! initial microstructure
4242
! ===========================================================================
4343

4444

0 commit comments

Comments
 (0)