Updated file to work with requirement that external functions always be declared before being used in the model block

time-shift
Houtan Bastani 2010-09-24 18:23:42 +02:00
parent 5504811b1a
commit 7b779d4351
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ theta = 2.95;
phi = 0.1;
external_function(nargs=2, name=extFunNoDerivs);
model;
c*theta*h^(1+psi)=(1-alpha)*y;
k = beta*(((exp(b)*c)/(exp(b(+1))*c(+1)))