eos/options.py aktualisiert
This commit is contained in:
@@ -526,6 +526,13 @@ class ReflectivityOutputConfig(ArgParsable):
|
||||
'help': '?',
|
||||
},
|
||||
)
|
||||
logFile: bool = field(
|
||||
default = False,
|
||||
metadata = {
|
||||
'group': 'output',
|
||||
'help': 'write log file "eos.log"',
|
||||
}
|
||||
)
|
||||
plot: bool = field(
|
||||
default=False,
|
||||
metadata={
|
||||
|
||||
Reference in New Issue
Block a user