Skip to content

Commit

Permalink
Added path variable for python scripts; author variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rneder committed Jan 12, 2025
1 parent ab2c293 commit ace628d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib_f90/envir_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ MODULE envir_mod
CHARACTER(LEN=9), PARAMETER :: OS_CYGWIN64 = 'cygwin64 '
CHARACTER(LEN=9), PARAMETER :: OS_MACOSX = 'darwin18 '
!
CHARACTER(LEN=PREC_STRING) :: author = 'DISCUS'
CHARACTER(LEN=PREC_STRING) :: home_dir
CHARACTER(LEN=PREC_STRING) :: python_script_dir
CHARACTER(LEN=PREC_STRING) :: appl_dir
CHARACTER(LEN=PREC_STRING) :: share_dir
CHARACTER(LEN=PREC_STRING) :: mac_dir
Expand Down Expand Up @@ -45,6 +47,7 @@ MODULE envir_mod
CHARACTER(LEN= 80 ) :: colorfile = ' '
CHARACTER(LEN= 80 ) :: nullfile = ' '
CHARACTER(LEN= 80 ) :: user_name = ' '
character(len=16) :: version_discus = ' '
INTEGER :: home_dir_l
INTEGER :: appl_dir_l
INTEGER :: share_dir_l
Expand Down

0 comments on commit ace628d

Please sign in to comment.