Update headers, fix style for some py files
[alexxy/gromacs.git] / src / python / sip / trajectoryanalysis / analysissettings.sip
index 31b31786720901bbc5a3eb6fd3ffd77bad98c7b4..f45fed1b1c0ddf31e5d08a37d449bdc0b9c3afef 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2011,2012,2013,2014, by the GROMACS development team, led by
+ * Copyright (c) 2014,2015, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -63,6 +63,11 @@ public:
     void setPBC(bool bPBC);
     void setRmPBC(bool bRmPBC);
     void setFrameFlags(int frflags);
+    void setHelpText(const char *helpText);
+    %MethodCode
+        const char *const helpText[] = {a0};
+        sipCpp->setHelpText(helpText);
+    %End
 private:
     TrajectoryAnalysisSettings(const TrajectoryAnalysisSettings &other);
 };