Removed unused global it_.

time-shift
Stéphane Adjemian (Charybdis) 2019-02-25 12:44:25 +01:00
parent b0f0ba43ca
commit d6e6b29620
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function info=stoch_simul(var_list)
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
global M_ options_ oo_ it_
global M_ options_ oo_
% Test if the order of approximation is nonzero (the preprocessor tests if order is non negative).
if isequal(options_.order,0)