File: lola_solve_one_boundary_mfs2.mod

package info (click to toggle)
dynare 7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 79,248 kB
  • sloc: cpp: 82,011; ansic: 28,583; objc: 12,573; yacc: 5,105; pascal: 2,374; lex: 1,502; python: 1,118; sh: 1,116; makefile: 605; lisp: 162; xml: 18
file content (11 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
// Tests option mfs=2 with block

@#define block = true
@#define mfs = 2
@#include "lola_common.inc"

mfs0=load(['lola_solve_one_boundary' filesep 'Output' filesep 'lola_solve_one_boundary_results']);

if max(max(oo_.endo_simul-mfs0.oo_.endo_simul)) > 30*options_.dynatol.x
   error('Inconsistency with mfs=0')
end