We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07697d6 commit aea9248Copy full SHA for aea9248
src/mpi-base.jl
@@ -118,8 +118,7 @@ function Comm_size(comm::Comm)
118
Int(size[])
119
end
120
121
-function type_create{T <: Any}(::Type{T}) # <: Any effectively
122
- # limits T to being a Type
+function type_create(T::DataType)
123
124
if !isbits(T)
125
throw(ArgumentError("Type must be isbits()"))
@@ -175,9 +174,6 @@ function type_create{T <: Any}(::Type{T}) # <: Any effectively
175
174
176
177
178
-
179
180
181
# Point-to-point communication
182
183
function Probe(src::Integer, tag::Integer, comm::Comm)
0 commit comments