From f93882b90ae03f1f3a8871a9841cb7f96ff60042 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 19 Oct 2000 14:10:14 -0500 Subject: [svn-r2706] Purpose: Bug Fix Description: the line: #include needed to be escaped to be seen in the browser. Solution: Changed to: #include <hdf5.h> Platforms tested: Seen in Netscrape --- doc/html/Datatypes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
-#include 
+#include <hdf5.h>
 
 #define FILE   "tvltypes.h5"
 #define MAX(X,Y)        ((X)>(Y)?(X):(Y))
-- 
cgit v0.12