We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4aca9 commit a1709efCopy full SHA for a1709ef
src/pre_process/include/ExtrusionHardcodedIC.fpp
@@ -30,7 +30,7 @@
30
character(len=*), parameter :: init_dir = "/home/YourDirectory" ! For example /home/MFC/examples/1D_Shock/D/
31
character(len=20) :: file_num_str ! For storing the file number as a string
32
character(len=20) :: zeros_part ! For the trailing zeros part
33
- character(len=6), parameter :: zeros_default = "00000" ! Default zeros (can be changed)
+ character(len=6), parameter :: zeros_default = "000000" ! Default zeros (can be changed)
34
#:enddef
35
36
#:def HardcodedDellacation()
0 commit comments