From b4fd11863e6708f57fc1c7e4890d006b85413149 Mon Sep 17 00:00:00 2001 From: Colin Eles Date: Thu, 9 Dec 2010 17:47:54 +0000 Subject: [PATCH] latest update git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6638 57e6efec-57d4-0310-aeb1-a6c144bb1a8b --- utilities/unsuppressed_output_file.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utilities/unsuppressed_output_file.m b/utilities/unsuppressed_output_file.m index 3586424..924a259 100644 --- a/utilities/unsuppressed_output_file.m +++ b/utilities/unsuppressed_output_file.m @@ -1,4 +1,9 @@ function [] = unsuppressed_output_file(file) +% [] = unsuppressed_output_file(file) +% +% Outputs to the command window a list of the lines in file which likely do +% not have suppressed output. Lines with keywords which will not produce outputs ie +% (if, else, continue, function, etc.) are ignored. % look through a file for lines which are unsuppressed -- GitLab