config: Fix arguments in default mage solver.

mesh
Pierre-Antoine Rouby 2023-09-20 17:24:10 +02:00
parent 89353b656f
commit 36adba84e7
1 changed files with 2 additions and 2 deletions

View File

@ -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"] ctor = solver_type_list["mage8"]
new = ctor("default-mage") new = ctor("default-mage")
new._description = "Default Pamhyr2 mage 8 version" 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) self._solvers.append(new)
# Meshing tool # Meshing tool