remove tic/toc

time-shift
Houtan Bastani 2017-06-27 10:54:16 +02:00
parent 135898b9c2
commit 76349ffcf6
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ function plot_contributions(tagn, tagv, dseriesdata, params)
%
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
tic
global M_;
jsonfile = [M_.fname '_original.json'];
@ -75,5 +75,5 @@ figure('Name', lhs);
plot(1:dseriesdata.nobs, contribution)
seriesnames = dseriesdata.name;
legend('All Endogenous',seriesnames{:})
toc
end