summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-03-17 14:43:28 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-03-17 14:43:28 (GMT)
commitddf2b95cbdff88814192a3980c79ab27bb824a19 (patch)
tree2aff4d08eb0e56b28e9b3d1849e4625385288935 /tools/lib/h5diff.h
parenta0653c727fd304c69f562a9208af75a217ac9e6f (diff)
downloadhdf5-ddf2b95cbdff88814192a3980c79ab27bb824a19.zip
hdf5-ddf2b95cbdff88814192a3980c79ab27bb824a19.tar.gz
hdf5-ddf2b95cbdff88814192a3980c79ab27bb824a19.tar.bz2
[svn-r12112] Purpose:
bug fixes Description: 1) the option logic for the print of long types was done incorrectly (extra lines of code that were not supposed to be there) 2) the print of loong long types was incorrect Solution: 1) removed the incorrect code 2) made a long long cast on the printf call Platforms tested: linux (32 and 64) solaris Misc. update:
Diffstat (limited to 'tools/lib/h5diff.h')
-rw-r--r--tools/lib/h5diff.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/lib/h5diff.h b/tools/lib/h5diff.h
index 9f0a0dc..a4cf65e 100644
--- a/tools/lib/h5diff.h
+++ b/tools/lib/h5diff.h
@@ -25,27 +25,6 @@
/*-------------------------------------------------------------------------
- * printf formatting
- *-------------------------------------------------------------------------
- */
-
-#define FFORMAT "%-15f %-15f %-15f\n"
-#define IFORMAT "%-15d %-15d %-15d\n"
-#define CFORMAT "%-16c %-17c\n"
-#define SFORMAT "%-16s %-17s\n"
-#define UIFORMAT "%-15u %-15u %-15u\n"
-#define LIFORMAT "%-15ld %-15ld %-15ld\n"
-#define ULIFORMAT "%-15lu %-15lu %-15lu\n"
-/* with -p option */
-#define FPFORMAT "%-15.10g %-15.10g %-15.10g %-14.10g\n"
-#define IPFORMAT "%-15d %-15d %-15d %-14d\n"
-#define UIPFORMAT "%-15u %-15u %-15u %-14u\n"
-#define LPIFORMAT "%-15ld %-15ld %-15ld %-14ld\n"
-#define ULPIFORMAT "%-15lu %-15lu %-15lu %-14lu\n"
-#define SPACES " "
-
-
-/*-------------------------------------------------------------------------
* command line options
*-------------------------------------------------------------------------
*/