Fixed bug (related to globals delaration.

time-shift
Stéphane Adjemian (Scylla) 2011-09-17 14:49:09 +02:00
parent 53a0418e1f
commit 88b941c7db
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function [A,B,ys,info] = dynare_resolve(mode)
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
global oo_ M_ oo_
global oo_ M_ options_
[oo_.dr,info,M_,options_,oo_] = resol(0,M_,options_,oo_);