Update headers, fix style for some py files
[alexxy/gromacs.git] / src / python / sip / selection / selection.sip
index 0ee7987ed66b5500dff7d6bf468b6eb3f9c385d0..1dafb43d92809c8ba951f82b6de7067c02c8be20 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.
@@ -96,6 +96,7 @@ public:
     const char* name();
     const char* selectionText();
     bool isDynamic();
+    e_index_t type();
     bool hasOnlyAtoms();
     int atomCount();
     SIP_PYOBJECT atomIndices();