Skip to content

Commit

Permalink
Fixed microsoft#15
Browse files Browse the repository at this point in the history
  • Loading branch information
pannous committed Jan 25, 2016
1 parent 53de59c commit 7c28033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Math/ConvolutionEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ std::unique_ptr<ConvolutionEngineFactory<ElemType>> ConvolutionEngineFactory<Ele
return std::make_unique<DefaultConvolutionEngineFactory<ElemType>>();
}

RuntimeError("Not supported convolution engine type: %d.", engType);
RuntimeError("Not supported convolution engine type: %d.", (int)engType);
}

template class ConvolutionEngineFactory<float>;
Expand Down

0 comments on commit 7c28033

Please sign in to comment.