# HG changeset patch # User gedeone-octave # Date 1374827176 -7200 # Node ID a00f95c0b04868812f5e5edb15febb5e03b64b69 # Parent 93e538063278db9133b126ee2209736f6562c9e5 Include also the header function.h in fem_lhs, fem_rhs diff -r 93e538063278 -r a00f95c0b048 bin/codeCreator.py --- a/bin/codeCreator.py Fri Jul 26 10:20:10 2013 +0200 +++ b/bin/codeCreator.py Fri Jul 26 10:26:16 2013 +0200 @@ -159,6 +159,7 @@ #include "functionspace.h" #include "boundarycondition.h" #include "coefficient.h" +#include "function.h" DEFUN_DLD (fem_rhs_$name, args, , "A = fem_rhs_$name (FUNCTIONAL SPACE, COEFF, BC)") { @@ -309,6 +310,7 @@ #include "functionspace.h" #include "boundarycondition.h" #include "coefficient.h" +#include "function.h" DEFUN_DLD (fem_lhs_$name, args, , " b = fem_lhs_$name (FUNCTIONAL SPACE, COEFF, BC)") {