Skip to content

Commit dd853fa

Browse files
committed
lint
1 parent 7379698 commit dd853fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolchain/mfc/case.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ def __get_sim_fpp(self, print: bool) -> str:
190190
wenoz = 1 if self.params.get("wenoz", 'F') == 'T' else 0
191191
teno = 1 if self.params.get("teno", 'F') == 'T' else 0
192192
wenojs = 0 if (mapped_weno or wenoz or teno) else 1
193-
193+
194194
weno_order = int(self.params["weno_order"])
195195
weno_polyn = int((self.params["weno_order"] - 1) / 2)
196-
196+
197197
if teno:
198198
weno_num_stencils = weno_order - 3
199199
else:

0 commit comments

Comments
 (0)