Skip to content

Commit

Permalink
Remove bogus comma
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Mar 8, 2015
1 parent 286d64a commit fa9e6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MPI/typemap.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ AddTypeMap(TypeDict, "h" , __SHORT__ )
AddTypeMap(TypeDict, "i" , __INT__ )
AddTypeMap(TypeDict, "l" , __LONG__ )
AddTypeMap(TypeDict, "q" , __LONG_LONG__ )
AddTypeMap(TypeDict, "p" , __AINT__ ), # NumPy
AddTypeMap(TypeDict, "p" , __AINT__ ) # NumPy
# unsigned integer
AddTypeMap(TypeDict, "B" , __UNSIGNED_CHAR__ )
AddTypeMap(TypeDict, "H" , __UNSIGNED_SHORT__ )
Expand Down

0 comments on commit fa9e6a2

Please sign in to comment.