Skip to content

Commit

Permalink
removed trailing ; from cli_args #187
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatCid committed Dec 17, 2024
1 parent db51b22 commit f32eac4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/tests/hardening_models/elastoplasticity.i
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ G = '${fparse E/2/(1+nu)}'
[fracture]
type = TransientMultiApp
input_files = 'fracture.i'
cli_args = 'a=${a};psic=${psic};Gc=${Gc};l=${l};'
cli_args = 'a=${a};psic=${psic};Gc=${Gc};l=${l} '
execute_on = 'TIMESTEP_END'
[]
[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tqf = 0.9
[fracture]
type = TransientMultiApp
input_files = 'fracture.i'
cli_args = 'a=${a};psic=${psic};Gc=${Gc};l=${l};'
cli_args = 'a=${a};psic=${psic};Gc=${Gc};l=${l} '
execute_on = 'TIMESTEP_END'
[]
[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tqf = 0
[fracture]
type = TransientMultiApp
input_files = 'fracture.i'
cli_args = 'a=${a};psic=${psic};Gc=${Gc};l=${l};'
cli_args = 'a=${a};psic=${psic};Gc=${Gc};l=${l} '
execute_on = 'TIMESTEP_END'
[]
[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tqf = 0
[fracture]
type = TransientMultiApp
input_files = 'fracture.i'
cli_args = 'a=${a};psic=${psic};Gc=${Gc};l=${l};'
cli_args = 'a=${a};psic=${psic};Gc=${Gc};l=${l} '
execute_on = 'TIMESTEP_END'
[]
[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tqf = 1
[fracture]
type = TransientMultiApp
input_files = 'fracture.i'
cli_args = 'a=${a};psic=${psic};Gc=${Gc};l=${l};'
cli_args = 'a=${a};psic=${psic};Gc=${Gc};l=${l} '
execute_on = 'TIMESTEP_END'
[]
[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ H = 3.44e3
[fracture]
type = TransientMultiApp
input_files = 'fracture.i'
cli_args = 'a=${a};psic=${psic};Gc=${Gc};l=${l};'
cli_args = 'a=${a};psic=${psic};Gc=${Gc};l=${l} '
execute_on = 'TIMESTEP_END'
[]
[]
Expand Down

0 comments on commit f32eac4

Please sign in to comment.