Skip to content

Commit 9c9a0dd

Browse files
authored
Update winter.py
edit blank lines
1 parent f09d4d5 commit 9c9a0dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pywinter/winter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# COMPILE
88
# f2py -c KreatE_inter_m_f.f90 -m KreatE_inter_m_f
99

10+
1011
class Interm:
1112
def __init__(
1213
self,
@@ -137,7 +138,6 @@ def create_intermf(self):
137138
tlat1 = self.geoinfo["TRUELAT1"]
138139
iswin = self.geoinfo["IS_WIND_EARTH_REL"]
139140

140-
141141
if self.nocolons:
142142
ns = self.rout + self.filen + "_" + self.hdat
143143
else:
@@ -1033,7 +1033,6 @@ def chek_date(nome, dato):
10331033
def cinter(filen, date, geoinfo, varias, rout="", nocolons=False):
10341034
chek_date(filen, date)
10351035

1036-
10371036
# if rout == "":
10381037
# pass
10391038
if rout != "" and rout[-1] != "/":

0 commit comments

Comments
 (0)