Skip to content

Commit

Permalink
save dat with original inttype
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Feb 16, 2021
1 parent f60eb70 commit c57bf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/dsqss/lattice.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, int_id, int_type, nbody, site_indices, edge_flag, direction):
self.vtype = -1

def __str__(self):
s = "{0} {1} {2}".format(self.id, self.itype, self.nbody)
s = "{0} {1} {2}".format(self.id, self.itype_org, self.nbody)
edgeflag = 1 if self.edge >= 0 else 0
for site in self.sites:
s += " {0}".format(site)
Expand Down

0 comments on commit c57bf95

Please sign in to comment.