Skip to content

Commit 4ba1683

Browse files
committed
FDS Verification: change level_set_ellipse error tolerance
1 parent f14bdc1 commit 4ba1683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/Matlab/scripts/level_set_ellipse.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
end
164164

165165
max_err = max(error_table{:,2:end}(:));
166-
if max_err>.15
166+
if max_err>.2
167167
display(['Matlab Warning: LS_ellipse is out of tolerance. Max error = ',num2str(max_err)])
168168
end
169169

0 commit comments

Comments
 (0)