changeset 137:3a0f952a79ec

Avois useless output.
author gedeone-octave <marcovass89@hotmail.it>
date Fri, 06 Sep 2013 14:56:59 +0200
parents c445cdf36fb1
children 0de65c450b08
files inst/BilinearForm.m inst/JacobianForm.m inst/LinearForm.m inst/ResidualForm.m src/DirichletBC.cc
diffstat 5 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/inst/BilinearForm.m	Fri Sep 06 13:42:20 2013 +0200
+++ b/inst/BilinearForm.m	Fri Sep 06 14:56:59 2013 +0200
@@ -35,7 +35,7 @@
       program = strjoin ({ program, strcat('f_',num2str(k))}, ',');
    end
 
-  program = strjoin ({program, ');'})
+  program = strjoin ({program, ');'});
   a = eval (program);
 
 endfunction
--- a/inst/JacobianForm.m	Fri Sep 06 13:42:20 2013 +0200
+++ b/inst/JacobianForm.m	Fri Sep 06 14:56:59 2013 +0200
@@ -36,7 +36,7 @@
       program = strjoin ({ program, strcat('f_',num2str(k))}, ',');
    end
 
-  program = strjoin ({program, ');'})
+  program = strjoin ({program, ');'});
   a = eval (program);
 
 endfunction
--- a/inst/LinearForm.m	Fri Sep 06 13:42:20 2013 +0200
+++ b/inst/LinearForm.m	Fri Sep 06 14:56:59 2013 +0200
@@ -36,7 +36,7 @@
       program = strjoin ({ program, strcat('f_',num2str(k))}, ',');
    end
 
-  program = strjoin ({program, ');'})
+  program = strjoin ({program, ');'});
   a = eval (program);
 
 endfunction
--- a/inst/ResidualForm.m	Fri Sep 06 13:42:20 2013 +0200
+++ b/inst/ResidualForm.m	Fri Sep 06 14:56:59 2013 +0200
@@ -36,7 +36,7 @@
       program = strjoin ({ program, strcat('f_',num2str(k))}, ',');
    end
 
-  program = strjoin ({program, ');'})
+  program = strjoin ({program, ');'});
   a = eval (program);
 
 endfunction
--- a/src/DirichletBC.cc	Fri Sep 06 13:42:20 2013 +0200
+++ b/src/DirichletBC.cc	Fri Sep 06 14:56:59 2013 +0200
@@ -61,8 +61,9 @@
       if (args(0).type_id () == functionspace::static_type_id ())
         {
           const functionspace & fspo = static_cast<const functionspace&> (args(0).get_rep ());
-          Array<octave_idx_type> side = args(1).array_value ();
-          octave_fcn_handle * fh = args(2).fcn_handle_value ();
+          octave_fcn_handle * fh = args(1).fcn_handle_value ();
+          Array<octave_idx_type> side = args(2).array_value ();
+
 
           if (!error_state)
             {