[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
This commit is contained in:
Bill Wendling 2000-10-19 14:10:14 -05:00
parent de64fa4685
commit f93882b90a

View File

@ -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))