Skip to content

Commit e4f1354

Browse files
authored
Update AC_grid_tools.py
1 parent 9881e8a commit e4f1354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AC_grid_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def file_to_tfin(filename,griddim,gps):
177177
line.append("empty")
178178
sheet.append(line)
179179
toycube.append(sheet)
180-
180+
# Iterate through every amino acid grid in the structure file
181181
for x in range(len(pro)):
182182
for y in range(len(pro[x])):
183183
for z in range(len(pro[x][y])):

0 commit comments

Comments
 (0)