Skip to content

Commit 9d02b7f

Browse files
Update TimeResolvedNets.m
A parentheses on row 920 was missing which made the code not run, this is now fixed.
1 parent ce96204 commit 9d02b7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TimeResolvedNets.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@
917917
delete SNC8_TS*
918918

919919
if u==0
920-
display(sprintf('At least one SN did not complete internal coherence at OV = %d, a search for an optimal OV is initiated ',ov)
920+
display(sprintf('At least one SN did not complete internal coherence at OV = %d, a search for an optimal OV is initiated ',ov) )
921921
end
922922
end
923923

0 commit comments

Comments
 (0)