Skip to content

Commit

Permalink
change llim_out default value to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhucaoxiang committed Apr 18, 2022
1 parent 17002e3 commit 577a257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/globals.f90
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module globals

!latex \subsection{Input namelist: \type{focusin}}
INTEGER :: IsQuiet = 0
INTEGER :: lim_out = 0
INTEGER :: lim_out = 1
! surface related
INTEGER :: IsSymmetric = 0
INTEGER :: case_surface = 0
Expand Down

0 comments on commit 577a257

Please sign in to comment.