Skip to content

Commit 855c444

Browse files
authored
Fixed BC option indenting (#34)
1 parent 43e1bc7 commit 855c444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyhyp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.2.0"
1+
__version__ = "2.2.1"
22

33
from .pyHyp import pyHyp, pyHypMulti

pyhyp/pyHyp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ def __init__(self, comm=None, options=None, debug=False):
627627
"'yzConst or xzConst'. %s" % helpStr
628628
)
629629

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

632632
# Set the boundary condition information into fortran
633633
self.hyp.hypinput.bcs = fBCs

0 commit comments

Comments
 (0)