diff inst/import_ufl_FunctionSpace.m @ 154:262c9d7bda1c

Call the header file from the /include directories
author gedeone-octave <marcovass89@hotmail.it>
date Thu, 12 Sep 2013 13:44:23 +0200
parents 1dbe146bff03
children 8190736845fe
line wrap: on
line diff
--- a/inst/import_ufl_FunctionSpace.m	Thu Sep 12 13:17:23 2013 +0200
+++ b/inst/import_ufl_FunctionSpace.m	Thu Sep 12 13:44:23 2013 +0200
@@ -31,7 +31,7 @@
   n = length (mfilename ("fullpath")) - length (mfilename());
   path = strtrunc(mfilename ("fullpath"), n);
 
-  private = fullfile (path, "private/");
+  private = fullfile (path, "include/");
   output = generate_fs (var_prob);
   output += generate_makefile (var_prob, private);
   if output != 0