Skip to content
Snippets Groups Projects
Commit d3b1bb17 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ML] Fixed ambigeous +-operator on Mac Clang.

parent ee48dd69
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ MeshLib::Properties NodePartitionedMeshReader::readPropertiesBinary(
}
auto pos = is.tellg();
auto offset =
pos +
static_cast<long>(pos) +
static_cast<long>(_mpi_rank *
sizeof(MeshLib::IO::PropertyVectorPartitionMetaData));
is.seekg(offset);
......
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