- use "-1" to indicate an uninitialized "timegroup" in "H5PartFile"
a valid "timegroup" is greater or equal zeros
- _set_step()
* added, derived from "H5PartSetStep()"
- H5PartSetStep()
* call "_set_step()" to do the real work
- _H5Part_get_num_particles()
* added, derived from "H5PartGetNumParticles()"
- H5PartGetNumParticles()
* call "_H5Part_get_num_particles()" to do the real work
- H5PartSetNumParticles()
* use new function "_set_step()" instead of "H5PartSetStep()"
* print no extra error message if "_set_step()" returns
with an errror
- _reset_view()
* added, derived from "H5PartSetView()"
- H5PartResetView()
* added, was a macro before
- H5PartHasView()
* added, was a macro before
- _set_view()
* added, derived from "H5PartSetView()"
* "#ifdef HDF5V160" block removed
- H5PartSetView()
* call "_set_view()" to do the real work
- H5PartGetView()
* use vars "viewend" and "viewstart" to instead "range[0]"
and range[1]
* call "_set_step()" if timegroup not initialized
- H5PartSetCanonicalView()
* check whether we are in read-only mode replaced with macro
* "_reset_view()" used instead of "H5PartSetView(f,-1,-1)
src/H5Part.c
- H5PartOpenFile()
H5PartOpenFileParallel()
* "const" qualifier added to arg "flags"
- H5PartReadDataInt64()
* "const" qualifier added to arg "name"
- H5PartResetView()
H5PartHasView()
* are real function now, not macros any more
- H5Block3dWriteScalarField()
- H5Block3dReadScalarField()
* dataset renamed from "x" to "0"
- H5Block3dWrite3dVectorField()
- H5Block3dRead3dVectorField()
* datasets renamed from "x", "y", "z" to "0", "1", "2"
- _get_field_info()
* added, derived from "H5BlockGetFieldInfo()"
- H5BlockGetFieldInfo()
* call "_get_field_info()" to do the real work
- H5BlockGetFieldInfoByName()
* added
- _write_field_attrib()
* defined as static function, was non-static
- _read_field_attrib()
* added, derived form "H5BlockFieldReadAttrib()"
- H5BlockReadFieldAttrib()
* call "_read_field_attrib()" to do the real work
- H5Block3dGetFieldOrigin()
* added
- H5Block3dSetFieldOrigin()
* added
- H5Block3dGetFieldSpacing()
* added
- H5Block3dSetFieldSpacing()
* added
src/H5BlockF.c
- use Fortron function name in definition, define macros for
function names only, if we have to rename them
- use function "_H5Part_strdupfor2c()" and "_H5Part_strc2for()"
for string conversion
- H5PartOpenFileParallel()
* debug-print info about file also in non-parallel case
* print value of "f" not "f->file"
- H5PartOpenFile()
* print value of "f" not "f->file"
- f_h5pt_set_verbosity_level()
* added
- f_h5pt_getstepattribinfo()
f_h5pt_getfileattribinfo()
* type of var "type" changed from "hid_t" to
"h5part_int64_t"
- use macro "H5PART_PARTICLES_GROUP" insteed of string
- print_{debug,info,warn,error}()
* prints now a prefix "D", "I", "W", "E" corresponding to
type of message
* print value of "__funcname" before message text
* print everything in one print statment
* all calls to these functions have been change accordingly
- all "H5Block.*" functions
* call "_init()" at the very beginning
- all "H5Block.*" functions where a layout must be defined before
the function can be called
* error check, whether layout is defined or not