time-shift
Sébastien Villemot 2018-06-05 17:27:22 +02:00
parent e8ade6a187
commit 0b2828af8a
1 changed files with 2 additions and 2 deletions

View File

@ -239,14 +239,14 @@ if status ~= 0 || preprocessoroutput
end
if ismember('onlymacro', varargin)
if preprocessoroutput
disp('Preprocesser stopped after macroprocessing step because of ''onlymacro'' option.');
disp('Preprocessor stopped after macroprocessing step because of ''onlymacro'' option.');
end
return
end
if ismember('onlyjson', varargin)
if preprocessoroutput
disp('Preprocesser stopped after preprocessing step because of ''onlyjson'' option.');
disp('Preprocessor stopped after preprocessing step because of ''onlyjson'' option.');
end
return;
end