summaryrefslogtreecommitdiffstats
path: root/doc/html/Datatypes.html
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-10-19 19:10:14 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-10-19 19:10:14 (GMT)
commitf93882b90ae03f1f3a8871a9841cb7f96ff60042 (patch)
treecf79428588d44ee7873e13519a4103e6dd4e8485 /doc/html/Datatypes.html
parentde64fa46855fb3bd4abe5f70a930df05090e55ae (diff)
downloadhdf5-f93882b90ae03f1f3a8871a9841cb7f96ff60042.zip
hdf5-f93882b90ae03f1f3a8871a9841cb7f96ff60042.tar.gz
hdf5-f93882b90ae03f1f3a8871a9841cb7f96ff60042.tar.bz2
[svn-r2706] Purpose:
Bug Fix Description: the line: #include <hdf5.h> needed to be escaped to be seen in the browser. Solution: Changed to: #include &lt;hdf5.h&gt; Platforms tested: Seen in Netscrape
Diffstat (limited to 'doc/html/Datatypes.html')
-rw-r--r--doc/html/Datatypes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/Datatypes.html b/doc/html/Datatypes.html
index 71cf733..e70cf3c 100644
--- a/doc/html/Datatypes.html
+++ b/doc/html/Datatypes.html
@@ -2211,7 +2211,7 @@ reclaiming memory space.
<tr>
<td>
<pre>
-#include <hdf5.h>
+#include &lt;hdf5.h&gt;
#define FILE "tvltypes.h5"
#define MAX(X,Y) ((X)&gt;(Y)?(X):(Y))