diff extra/bim/inst/bim2c_intrp.m @ 12628:4cacfa5f9470 octave-forge

push changes made for release
author cdf
date Mon, 08 Jun 2015 08:51:06 +0000
parents 054bd2e703f4
children
line wrap: on
line diff
--- a/extra/bim/inst/bim2c_intrp.m	Mon Jun 01 07:38:49 2015 +0000
+++ b/extra/bim/inst/bim2c_intrp.m	Mon Jun 08 08:51:06 2015 +0000
@@ -18,9 +18,9 @@
 ##
 ## @deftypefn {Function File} {@var{data}} = bim2c_intrp (@var{msh}, @var{n_data}, @var{e_data}, @var{points}) 
 ##
-## Compute interpolated values of node centered multicomponent node centered field @var{n_data} and 
-## cell centered field @var{n_data} at an arbitrary set of points whos coordinates are given in the 
-## n_by_2 matrix  @var{points}. 
+## Compute interpolated values of multicomponent node centered field @var{n_data} and/or
+## cell centered field @var{n_data} at an arbitrary set of points whose coordinates are given in the 
+## n_by_2 matrix @var{points}. 
 ##
 ## @end deftypefn
 
@@ -59,4 +59,4 @@
 %! x = y = linspace (0, 1, 100).';
 %! u = msh.p(1, :).';
 %! ui = bim2c_intrp (msh, u, [], [x, y]); 
-%! assert (ui, linspace (0, 1, 100), 10*eps);
\ No newline at end of file
+%! assert (ui, linspace (0, 1, 100), 10*eps);