Skip to content

Commit a39c5ef

Browse files
Dimitrios AdamDimitrios Adam
authored andcommitted
Filename length Frontier Issue
1 parent a28b006 commit a39c5ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/common/include/ExtrusionHardcodedIC.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
real(wp) :: dummy_x, dummy_y, dummy_z, x0, y0
4343
integer :: global_offset_x, global_offset_y !< MPI subdomain offset
4444
real(wp) :: delta_x, delta_y
45-
character(len=100), dimension(sys_size) :: fileNames !< Arrays to store all data from files
45+
character(len=150), dimension(sys_size) :: fileNames !< Arrays to store all data from files
4646
character(len=200) :: errmsg
4747
real(wp), allocatable :: stored_values(:,:,:)
4848
real(wp), allocatable :: x_coords(:), y_coords(:)

toolchain/mfc/params/definitions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,8 +1046,8 @@ def _load():
10461046
]:
10471047
_r(n, LOG)
10481048
_r("case_dir", STR)
1049-
_r("file_extension",STR)
1050-
_r("files_dir",STR)
1049+
_r("file_extension", STR)
1050+
_r("files_dir", STR)
10511051

10521052
# Body force
10531053
for d in ["x", "y", "z"]:

0 commit comments

Comments
 (0)