Skip to content
Snippets Groups Projects
user avatar
Simon Heybrock authored
Previously the index type was size_t, i.e., also 64 bit, but actually
contained the spectrum number, which was 32 bit, so casting to an int
did not cause trouble. Now we are using the this pointer as index, and
the values exceed 32 bit. This might explain the failing unit tests on
OSX (clang).
515a6bd6
History