no CamelCasing

This commit is contained in:
Martin Diehl 2023-06-22 23:19:36 +02:00
parent fff811edd9
commit a4c52fb119
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ subroutine CLI_init()
loadCaseArg = getArg(i+1)
case ('-g', '--geom', '--geometry')
geometryArg = getArg(i+1)
case ('-m', '--material', '--materialConfig')
case ('-m', '--material', '--materialconfig')
materialArg = getArg(i+1)
case ('-w', '--wd', '--workingdir', '--workingdirectory')
workingDirArg = getArg(i+1)