Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaga committed Oct 13, 2015
1 parent 8703ad4 commit d7f9baa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ namespace Microsoft { namespace MSR { namespace CNTK {
// for debugging, set the gaps to NaN instead (to track whether it bubbles up somewhere)
/*implement*/void MaskMissingValuesColumnsToNan()
{
MaskMissingColumnsTo(m_functionValues, m_pMBLayout, SIZE_MAX, SIZE_MAX, Matrix<ElemType>::MakeNan(__LINE__));
MaskMissingColumnsTo(*m_functionValues, m_pMBLayout, SIZE_MAX, SIZE_MAX, Matrix<ElemType>::MakeNan(__LINE__));
}

/*
Expand Down

0 comments on commit d7f9baa

Please sign in to comment.