Update headers, fix style for some py files
[alexxy/gromacs.git] / src / python / sip / trajectoryanalysis / analysissettings.sip
index 708f741726808c7962e9e8d83e42bd417fb1a3f0..f45fed1b1c0ddf31e5d08a37d449bdc0b9c3afef 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 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);
 };