1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Add link for the data file in the HTML tutorial document
Author: Rafael Laboissiere <rafael@debian.org>
Forwarded: not-needed
Last-Update: 2012-08-23
--- octave-bim-1.0.2.orig/doc/tutorial.html
+++ octave-bim-1.0.2/doc/tutorial.html
@@ -5,8 +5,7 @@
<p>
This is a short example on how to use <tt>bim</tt> to solve a DAR problem.<br>
-The data for this example can be found in the doc directory inside the
-bim installation directory.
+The data for this example can be found <a href="fiume.geo">here</a>.
</p>
<b> Create the mesh and precompute the mesh properties </b><br>
|