From: <aba...@us...> - 2012-07-03 13:59:47
|
Revision: 10722 http://octave.svn.sourceforge.net/octave/?rev=10722&view=rev Author: abarth93 Date: 2012-07-03 13:59:38 +0000 (Tue, 03 Jul 2012) Log Message: ----------- Modified Paths: -------------- trunk/octave-forge/main/optiminterp/inst/test_optiminterp.m Modified: trunk/octave-forge/main/optiminterp/inst/test_optiminterp.m =================================================================== --- trunk/octave-forge/main/optiminterp/inst/test_optiminterp.m 2012-07-03 13:38:39 UTC (rev 10721) +++ trunk/octave-forge/main/optiminterp/inst/test_optiminterp.m 2012-07-03 13:59:38 UTC (rev 10722) @@ -13,7 +13,7 @@ %% You should have received a copy of the GNU General Public License along with %% this program; if not, see <http://www.gnu.org/licenses/>. -% Tests 1D, 2D and 3D optimal interpolation. +% Tests 1D, 2D, 3D and 4D optimal interpolation. % All tests should pass; any error indicates that either % there is a bug in the optimal interpolation package or % that it is incrorrectly installed. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |