Update headers, fix style for some py files
[alexxy/gromacs.git] / src / python / sip / options / options.sip
index 077ac6536c46964d2920fe1473efd63d735b1744..c899989e8fb88c4282c73c14bd0b78c986c02a14 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.
@@ -57,7 +57,6 @@ public:
     void addSubSection (Options *section);
     void addOption(const AbstractOption &settings);
 
-    bool isSet(const char *name) const;
     void finish();
 private:
     Options(const Options &other);