# HG changeset patch # User gedeone-octave # Date 1378984643 -7200 # Node ID d82b09246f6ca933b364ac8e608a43ab5b253391 # Parent 1dbe146bff0379eb29c557f608978f35e4100363 Search for header file in the include/directory diff -r 1dbe146bff03 -r d82b09246f6c inst/generate_fs.m --- a/inst/generate_fs.m Wed Sep 11 09:26:22 2013 +0200 +++ b/inst/generate_fs.m Thu Sep 12 13:17:23 2013 +0200 @@ -20,8 +20,8 @@ function output = generate_fs (ufl_name) STRING ="\n\ -#include ""functionspace.h""\n\ -#include ""mesh.h""\n\ +#inclcude \n\ +#inclcude \n\ #include ""@@UFL_NAME@@.h""\n\ \n\ DEFUN_DLD (@@UFL_NAME@@_FunctionSpace, args, , ""initialize a fs from a mesh declared with fem_init_mesh"")\n\ diff -r 1dbe146bff03 -r d82b09246f6c inst/generate_fun.m --- a/inst/generate_fun.m Wed Sep 11 09:26:22 2013 +0200 +++ b/inst/generate_fun.m Thu Sep 12 13:17:23 2013 +0200 @@ -21,10 +21,10 @@ STRING ="\n\ #include ""@@UFL_NAME@@.h""\n\ -#include ""mesh.h""\n\ -#include ""form.h""\n\ -#include ""coefficient.h""\n\ -#include ""function.h""\n\ +#inclcude \n\ +#inclcude \n\ +#inclcude \n\ +#inclcude \n\ \n\ DEFUN_DLD (@@UFL_NAME@@_Functional, args, , ""A = fem_rhs_@@UFL_NAME@@ (FUNCTIONAL SPACE, COEFF)"")\n\ {\n\ diff -r 1dbe146bff03 -r d82b09246f6c inst/generate_lhs.m --- a/inst/generate_lhs.m Wed Sep 11 09:26:22 2013 +0200 +++ b/inst/generate_lhs.m Thu Sep 12 13:17:23 2013 +0200 @@ -21,10 +21,10 @@ STRING ="\n\ #include ""@@UFL_NAME@@.h""\n\ -#include ""functionspace.h""\n\ -#include ""form.h""\n\ -#include ""coefficient.h""\n\ -#include ""function.h""\n\ +#inclcude \n\ +#inclcude \n\ +#inclcude \n\ +#inclcude \n\ \n\ DEFUN_DLD (@@UFL_NAME@@_LinearForm, args, , "" b = fem_lhs_@@UFL_NAME@@ (FUNCTIONAL SPACE, COEFF)"")\n\ {\n\ diff -r 1dbe146bff03 -r d82b09246f6c inst/generate_rhs.m --- a/inst/generate_rhs.m Wed Sep 11 09:26:22 2013 +0200 +++ b/inst/generate_rhs.m Thu Sep 12 13:17:23 2013 +0200 @@ -21,10 +21,10 @@ STRING ="\n\ #include ""@@UFL_NAME@@.h""\n\ -#include ""functionspace.h""\n\ -#include ""form.h""\n\ -#include ""coefficient.h""\n\ -#include ""function.h""\n\ +#inclcude \n\ +#inclcude \n\ +#inclcude \n\ +#inclcude \n\ \n\ DEFUN_DLD (@@UFL_NAME@@_BilinearForm, args, , ""A = fem_rhs_@@UFL_NAME@@ (FUNCTIONAL SPACE, COEFF)"")\n\ {\n\