fix(utils/defaultConfig): defaultConfig generator ignores comments now

This commit is contained in:
2025-02-26 12:30:50 -05:00
parent 1e76c4297b
commit aed8deea81
3 changed files with 86 additions and 19 deletions

View File

@@ -1,11 +1,27 @@
opac:
lowTemp:
numeric:
maxIter: 10
Poly:
Solver:
ViewInitialGuess: false
Probe:
GLVis:
Visualization: true
Host: localhost
Port: '19916'
Port: 19916
LogManager:
DefaultLogName: 4DSSE.log
# This file was auto-generated by generateDefaultConfig.py
# Do not modify this file directly.
#=================================== TYPE HINTS ===================================
# Poly:
# Solver:
# ViewInitialGuess: bool
# Probe:
# GLVis:
# Visualization: bool
# Host: std::string
# Port: int
# LogManager:
# DefaultLogName: std::string
#