fix(generateDefaultConfig.py): fixed quotes around strings and improper floating point parsing
This commit is contained in:
@@ -1,11 +1,22 @@
|
||||
opac:
|
||||
lowTemp:
|
||||
numeric:
|
||||
maxIter: 10
|
||||
EOS:
|
||||
Helm:
|
||||
LogFile: "log"
|
||||
Network:
|
||||
Approx8:
|
||||
NonStiff:
|
||||
AbsTol: 1.0e-06
|
||||
RelTol: 1.0e-06
|
||||
Stiff:
|
||||
AbsTol: 1.0e-06
|
||||
RelTol: 1.0e-06
|
||||
Probe:
|
||||
GLVis:
|
||||
Visualization: true
|
||||
Host: localhost
|
||||
Port: '19916'
|
||||
LogManager:
|
||||
DefaultLogName: 4DSSE.log
|
||||
GLVis:
|
||||
Host: "localhost"
|
||||
Port: 19916
|
||||
Visualization: true
|
||||
LogManager:
|
||||
DefaultLogName: "4DSSE.log"
|
||||
opac:
|
||||
lowTemp:
|
||||
numeric:
|
||||
maxIter: 10
|
||||
|
||||
Reference in New Issue
Block a user