changeset 62:a00f95c0b048

Include also the header function.h in fem_lhs, fem_rhs
author gedeone-octave <marco.vassallo@outlook.com>
date Fri, 26 Jul 2013 10:26:16 +0200
parents 93e538063278
children 3231f888f25d
files bin/codeCreator.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)")
 {