Commit 58c948f8 authored by Colin Eles's avatar Colin Eles
Browse files

suppress output on line

git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6714 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
parent 0facd9e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ function [ check, seqs ] = cvc_check( object )
    waitbar(.10,box,'Running Proof');

    % run the cvc command
[status, result] = system(['cvc3 ' filename ' +model'])
[status, result] = system(['cvc3 ' filename ' +model']);

% check return status for errors
if (status ~= 0)