Commit eab216bc authored by Colin Eles's avatar Colin Eles
Browse files

found unsuppressed output, preping for release

git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7208 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
parent fca5fb97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ end

for k=1:size(hashtable,2)
    
    functions = regexp(char(object.data.function_inputs),hashtable{k}(1),'once')
    functions = regexp(char(object.data.function_inputs),hashtable{k}(1),'once');
            if ~isempty(functions{1})
                if (~any(ismember(found,hashtable{k}(1))))
                string = [string 'IMPORTING ' char(hashtable{k}(2)) sprintf('\n')];