src/H5Part.c

- H5PartSetVerbosityLevel()
		* type of arg "level" changed from "unsigned int" to
		  "h5part_int64_t"
This commit is contained in:
2006-09-20 20:57:04 +00:00
parent c892a7c748
commit 523c2ae212
+1 -1
View File
@@ -2088,7 +2088,7 @@ H5PartReadParticleStep (
h5part_int64_t
H5PartSetVerbosityLevel (
unsigned int level
h5part_int64_t level
) {
_debug = level;