Skip to content
Snippets Groups Projects
Commit 9c2a30b0 authored by Tom Fischer's avatar Tom Fischer
Browse files

[MeL/IO/MPI_IO] Fix spelling.

parent b513876b
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ inline void writePropertyVectorMetaData(PropertyVectorMetaData const& pvmd)
DBUG("is_int_data_type: %d", pvmd.is_int_type);
DBUG("is_data_type_signed: %d", pvmd.is_data_type_signed);
DBUG("data_type_size_in_bytes: %d", pvmd.data_type_size_in_bytes);
DBUG("number of components: i%d", pvmd.number_of_components);
DBUG("number of components: %d", pvmd.number_of_components);
DBUG("number of tuples: %d", pvmd.number_of_tuples);
}
......
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