changeset 72:98fd451fc822

Create also lhs and rhs of the problem.
author gedeone-octave <marco.vassallo@outlook.com>
date Sun, 28 Jul 2013 18:28:46 +0200
parents 57540cb3b841
children 7c74e99fb548
files inst/fem_create_all.m
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/inst/fem_create_all.m	Sun Jul 28 17:59:20 2013 +0200
+++ b/inst/fem_create_all.m	Sun Jul 28 18:28:46 2013 +0200
@@ -37,6 +37,8 @@
 
   private = fullfile (path, "private/");
   output = generate_fs (var_prob);
+  output += generate_rhs (var_prob);
+  output += generate_lhs (var_prob);
   output += generate_makefile (var_prob, private);
   if output != 0
     error ("Compilation failed");