Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AbramsGroup/HTPolyNet
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronabrams committed Nov 19, 2024
2 parents 53f32f1 + 74fcdda commit 1bb464c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HTPolyNet/linkcell.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def ldx_of_cellndx(self,C):
:rtype: int
"""
nc=self.ncells
xc=C[0]*nc[1]*nc[2]+C[1]*nc[1]+C[2]
xc=C[0]*nc[1]*nc[2]+C[1]*nc[2]+C[2]
return xc

def cellndx_of_ldx(self,i):
Expand Down

0 comments on commit 1bb464c

Please sign in to comment.