Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALF
pyALF
Commits
907f3e74
Commit
907f3e74
authored
Feb 14, 2022
by
Jonas Schwab
Browse files
Fix a typo in docstring
parent
312c00af
Changes
1
Hide whitespace changes
Inline
Side-by-side
py_alf/simulation.py
View file @
907f3e74
...
@@ -77,9 +77,8 @@ class Simulation:
...
@@ -77,9 +77,8 @@ class Simulation:
stab : str, optional
stab : str, optional
Stabilization strategy employed by ALF.
Stabilization strategy employed by ALF.
Possible values: "STAB1", "STAB2", "STAB3", "LOG". Not case sensitive.
Possible values: "STAB1", "STAB2", "STAB3", "LOG". Not case sensitive.
devel : bool, default=
Tru
e
devel : bool, default=
Fals
e
Compile with additional flags for development and debugging.
Compile with additional flags for development and debugging.
The default is False.
hdf5 : bool, default=True
hdf5 : bool, default=True
Whether to compile ALF with HDF5.
Whether to compile ALF with HDF5.
Full postprocessing support only exists with HDF5.
Full postprocessing support only exists with HDF5.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment