mirror of https://gitlab.com/pamhyr/pamhyr2
config: Fix arguments in default mage solver.
parent
89353b656f
commit
36adba84e7
|
|
@ -101,7 +101,7 @@ class Config(SQL):
|
|||
'', '', '',
|
||||
|
||||
'',
|
||||
'@install_dir/mage/mage{"" if posix else ".exe"} -fp=1 @input',
|
||||
'@install_dir/mage/mage{"" if posix else ".exe"} @args @input',
|
||||
''
|
||||
)
|
||||
""")
|
||||
|
|
@ -266,7 +266,7 @@ class Config(SQL):
|
|||
ctor = solver_type_list["mage8"]
|
||||
new = ctor("default-mage")
|
||||
new._description = "Default Pamhyr2 mage 8 version"
|
||||
new._cmd_solver = f""""@install_dir/mage/mage{"" if posix else ".exe"}" -fp=1 @input"""
|
||||
new._cmd_solver = f""""@install_dir/mage/mage{"" if posix else ".exe"}" @args @input"""
|
||||
self._solvers.append(new)
|
||||
|
||||
# Meshing tool
|
||||
|
|
|
|||
Loading…
Reference in New Issue