Skip to content

Commit

Permalink
Fixed class inheritance issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwilter committed May 28, 2020
1 parent ed2a5c4 commit 946f5d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/acpype.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
sys.exit(1)

year = datetime.today().year
__updated__ = "2020-05-27T16:16:00CEST"
__updated__ = "2020-05-28T15:01:09CEST"
# tag = "2019-09-26T19:44:00UTC"
tag = __updated__

Expand Down Expand Up @@ -3453,7 +3453,7 @@ def __init__(self, inputFile, chargeType='bcc', chargeVal=None,
'leapGaffFile': leapGaffFile}


class MolTopol(ACTopol):
class MolTopol(AbstractTopol):

""""
Class to write topologies and parameters files for several applications
Expand Down

0 comments on commit 946f5d2

Please sign in to comment.