diff options
Diffstat (limited to 'tools/lib/ph5diff.h')
-rw-r--r-- | tools/lib/ph5diff.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lib/ph5diff.h b/tools/lib/ph5diff.h index 68450df..636e4c0 100644 --- a/tools/lib/ph5diff.h +++ b/tools/lib/ph5diff.h @@ -41,9 +41,12 @@ struct diff_args diff_opt_t options; }; +/* temporary disabled. AKC 1/31/2005 */ +#if 0 #ifdef H5_HAVE_PARALLEL #define H5_HAVE_PH5DIFF 1 #endif +#endif #ifdef H5_HAVE_PH5DIFF #include <mpi.h> |