Skip to content
Snippets Groups Projects
Commit 1bef5641 authored by Jammer, Tim's avatar Jammer, Tim
Browse files

fix typo

parent ec97f4e4
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ Basetypes = {
"MPI_DOUBLE": 8,
}
predefined_mpi_dtype_consants = {
predefined_mpi_dtype_constants = {
'MPI_INT': 'signed int',
'MPI_DOUBLE': 'double',
......@@ -53,7 +53,7 @@ predefined_mpi_dtype_consants = {
'MPI_SHORT_INT': "struct {short a; int b;}",
'MPI_LONG_DOUBLE_INT': "struct {long double a; int b;}"
}
predefined_types = list(predefined_mpi_dtype_consants.keys())
predefined_types = list(predefined_mpi_dtype_constants.keys())
class DataType:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment