- reduce verbosity level to 4

This commit is contained in:
2008-02-18 13:32:05 +00:00
parent ee593dd338
commit e3f0a69e9d
+1 -1
View File
@@ -104,7 +104,7 @@ main (
char *argv[]
) {
H5PartSetVerbosityLevel ( 5 );
H5PartSetVerbosityLevel ( 4 );
h5_file *f = H5FedOpenFile ( "simple_tet.h5", 0 );
if ( f == NULL ) {