Skip to content

Commit

Permalink
some weird parsing bug is preventing nok from working correctly. Roll…
Browse files Browse the repository at this point in the history
… it back till I can figure out what's up
  • Loading branch information
Whiteknight committed Dec 7, 2009
1 parent ec3a907 commit c9f6620
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions toolbox/nok.m
Expand Up @@ -9,10 +9,5 @@ function nok(bad, comment)
else
bad = 0;
end

if nargin == 2
ok(bad, comment);
else
ok(bad);
endif
ok(bad, comment);
endfunction

0 comments on commit c9f6620

Please sign in to comment.