Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 9417afe3 authored by gsell's avatar gsell
Browse files

typo fixed

parent 48055b8c
No related branches found
No related tags found
1 merge request!388Resolve "reading fields in H5Block format fails if z-dimension is less than the number of cores"
......@@ -25,7 +25,7 @@
static_assert (sizeof(double) == sizeof (h5_float64_t),
"double and h5_float64_t are not the same type" );
static_assert (sizeof(long long) == sizeof (h5_int64_t),
"long long and h5_intt64_t are not the same type" );
"long long and h5_int64_t are not the same type" );
class FM3DH5BlockBase: virtual public Fieldmap {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment