Skip to content

Commit

Permalink
delete spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mikofski committed Dec 17, 2013
1 parent d2a6f24 commit 434b126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvmismatch/pvmodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, pvconst=PVconstants(), numberCells=NUMBERCELLS, Ee=1,
# Constructor
self.pvconst = pvconst
self.numberCells = numberCells
if subStrCells:
if subStrCells:
self.subStrCells = subStrCells # sequence of cells per substring
elif self.numberCells in MODSIZES:
self.subStrCells = SUBSTRSIZES[MODSIZES.index(self.numberCells)]
Expand Down

0 comments on commit 434b126

Please sign in to comment.