Skip to content

Commit

Permalink
Fixed BC option indenting (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseraj authored Dec 11, 2020
1 parent 43e1bc7 commit 855c444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyhyp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.2.0"
__version__ = "2.2.1"

from .pyHyp import pyHyp, pyHypMulti
2 changes: 1 addition & 1 deletion pyhyp/pyHyp.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def __init__(self, comm=None, options=None, debug=False):
"'yzConst or xzConst'. %s" % helpStr
)

fBCs[edgeMap[lKey], blkBC - 1] = BCMap[BCToSet]
fBCs[edgeMap[lKey], blkBC - 1] = BCMap[BCToSet]

# Set the boundary condition information into fortran
self.hyp.hypinput.bcs = fBCs
Expand Down

0 comments on commit 855c444

Please sign in to comment.