C examples:

- fix some comments
This commit is contained in:
2015-09-03 17:21:12 +02:00
parent 2fd5d52125
commit 8fb9834d3b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ main (
H5AbortOnError ();
H5SetVerbosityLevel (H5_VERBOSE_INFO);
// open file and open step #0
// open file and go to first step
h5_file_t file = H5OpenFile (FNAME, H5_O_RDONLY, H5_PROP_DEFAULT);
H5SetStep (file, 0);
+1 -1
View File
@@ -30,7 +30,7 @@ main (
H5AbortOnError ();
H5SetVerbosityLevel (verbosity);
// open file and go to step#0
// open file and go to first step
h5_file_t file = H5OpenFile (FNAME, H5_O_RDONLY, H5_PROP_DEFAULT);
H5SetStep (file, 0);
+1 -1
View File
@@ -28,8 +28,8 @@ main (
H5AbortOnError ();
H5SetVerbosityLevel (verbosity);
// open file and go to first step
h5_file_t file = H5OpenFile (FNAME, H5_O_RDONLY, H5_PROP_DEFAULT);
H5SetStep (file, 0);
// Get number of particles in datasets and allocate memory