From c481186379ac85e6a8088adb491f34eb48d860ef Mon Sep 17 00:00:00 2001 From: Carl-Martin Pfeiler <carl-martin.pfeiler@asc.tuwien.ac.at> Date: Wed, 7 Nov 2018 23:40:57 +0100 Subject: [PATCH] help for OutputOptions class added --- _setup/outputOptions.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_setup/outputOptions.py b/_setup/outputOptions.py index 03272eb..d2556f6 100644 --- a/_setup/outputOptions.py +++ b/_setup/outputOptions.py @@ -5,6 +5,12 @@ class OutputOptions: + ''' + Objects of this class are meant to control what is written out during simulation + However, we suggest using the .SetXYZ() methods from the Integrator class, + those are available for the most important members of this class. + --> See help(Integrator) + ''' # description def __init__(self, other=None): -- GitLab