diff --git a/flopy/modflow/mfoc.py b/flopy/modflow/mfoc.py index a9fdd484cd..573d448959 100644 --- a/flopy/modflow/mfoc.py +++ b/flopy/modflow/mfoc.py @@ -153,7 +153,7 @@ def __init__(self, model, \ """ if unitnumber is None: - unitnumber = [ModflowOc.defaultunit(), 0, 0, 0, 0] + unitnumber = ModflowOc.defaultunit() elif isinstance(unitnumber, list): if len(unitnumber) < 5: for idx in range(len(unitnumber), 6):