Commit 19a95810 by peastman

Merge pull request #64 from peastman/master

Updated version number to 1.1
parents da477548 94f3192d
...@@ -29,7 +29,7 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE ...@@ -29,7 +29,7 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE. USE OR OTHER DEALINGS IN THE SOFTWARE.
""" """
__author__ = "Peter Eastman" __author__ = "Peter Eastman"
__version__ = "1.0" __version__ = "1.1"
import simtk.openmm as mm import simtk.openmm as mm
import simtk.openmm.app as app import simtk.openmm.app as app
...@@ -221,7 +221,6 @@ class PDBFixer(object): ...@@ -221,7 +221,6 @@ class PDBFixer(object):
self.pdb = app.PDBFile(structure) self.pdb = app.PDBFile(structure)
self.topology = self.pdb.topology self.topology = self.pdb.topology
self.positions = self.pdb.positions self.positions = self.pdb.positions
self.centroid = unit.sum(self.positions)/len(self.positions)
self.structureChains = list(self.structure.iter_chains()) self.structureChains = list(self.structure.iter_chains())
# Load the templates. # Load the templates.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment