Fix function header

time-shift
Sébastien Villemot 2019-02-25 14:56:21 +01:00
parent ae230fcd92
commit 073f5dd6f7
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
function test(a,b,n)
function fataltest(a,b,n)
if max(max(abs(a)-abs(b))) > 1e-5
error(['Test error in test ' int2str(n)])
end
end