diff --git a/matlab/realtime_shock_decomposition.m b/matlab/realtime_shock_decomposition.m
index ac6273268d113c9492eb4ecd8cef8394d0642097..4e6941d097af94d1ef21d49a3a974e96ea27139d 100644
--- a/matlab/realtime_shock_decomposition.m
+++ b/matlab/realtime_shock_decomposition.m
@@ -139,7 +139,7 @@ for j=presample+1:nobs,
     epsilon=[epsilon zeros(nshocks,forecast_)];
     
     z = zeros(endo_nbr,nshocks+2,gend+forecast_);
-    Smoothed_Variables_deviation_from_mean
+    
     z(:,end,1:gend) = Smoothed_Variables_deviation_from_mean;
     
     maximum_lag = M_.maximum_lag;