Commit 9b6f5dc2 authored by peastman's avatar peastman
Browse files

Reverted a change that is no longer necessary

parent 28fab4b2
...@@ -64,7 +64,7 @@ class CharmmCrdFile(object): ...@@ -64,7 +64,7 @@ class CharmmCrdFile(object):
self.resname = [] # Residue name self.resname = [] # Residue name
self.resid = [] # Residue ID self.resid = [] # Residue ID
self.attype = [] # Atom type self.attype = [] # Atom type
self.positions = []*u.angstroms # 3N atomic coordinates self.positions = [] # 3N atomic coordinates
self.title = [] # .crd file title block self.title = [] # .crd file title block
self.segid = [] # Segment ID self.segid = [] # Segment ID
self.weighting = [] # Atom weighting self.weighting = [] # Atom weighting
......
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