Fix compilation errors when flag NANCHECK opened
This commit is contained in:
Родитель
286b109087
Коммит
5438ed416d
|
@ -3699,7 +3699,7 @@ protected: \
|
|||
}
|
||||
|
||||
#if NANCHECK
|
||||
m_functionValues.HasNan("Plus");
|
||||
functionValues.HasNan("Plus");
|
||||
#endif
|
||||
#if DUMPOUTPUT
|
||||
functionValues.Print("PlusNode");
|
||||
|
@ -4991,7 +4991,7 @@ protected: \
|
|||
{
|
||||
functionValues.AssignKhatriRaoProductOf(in0,in1);
|
||||
#if NANCHECK
|
||||
m_functionValues.HasNan("KhatriRaoProduct");
|
||||
functionValues.HasNan("KhatriRaoProduct");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче