added h5diff to CVS
current version, options only work for float dataset type
Platforms tested:
windows, linux
17 lines
121 B
C
17 lines
121 B
C
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "hdf5.h"
|
|
|
|
|
|
|
|
int main(int argc, const char *argv[])
|
|
{
|
|
|
|
return 0;
|
|
}
|
|
|
|
|