Changeset 1645
- Timestamp:
- 03/12/08 14:50:23 (2 years ago)
- Files:
-
- 1 modified
-
MOAB/trunk/test/h5file/h5file_test.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
MOAB/trunk/test/h5file/h5file_test.cpp
r1642 r1645 819 819 if (range.size() != 2) 820 820 { 821 fprintf( stderr, "Expected 2 Hexes. Got % d\n",range.size() );821 fprintf( stderr, "Expected 2 Hexes. Got %lu\n", (unsigned long)range.size() ); 822 822 exit( 1 ); 823 823 } … … 835 835 if (range.size() != 2) 836 836 { 837 fprintf( stderr, "Expected 2 Polyhedra. Got % d\n",range.size() );837 fprintf( stderr, "Expected 2 Polyhedra. Got %lu\n", (unsigned long)range.size() ); 838 838 exit( 1 ); 839 839 }
![(please configure the [header_logo] section in trac.ini)](/projects/ITAPS/chrome/common/trac_banner.png)