File: lola_solve_one_boundary_mfs1.mod

package info (click to toggle)
dynare 6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 67,796 kB
  • sloc: cpp: 79,110; ansic: 28,917; objc: 12,445; yacc: 4,537; pascal: 1,993; lex: 1,441; sh: 1,132; python: 634; makefile: 628; lisp: 163; xml: 18
file content (11 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
// Tests option mfs=1 with block

@#define block = true
@#define mfs = 1
@#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)) > options_.dynatol.x
   error('Inconsistency with mfs=0')
end