Loading isis/src/base/objs/Calculator/Calculator.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -1012,6 +1012,9 @@ namespace Isis { temp += " "; } temp += "]"; // On some operating systems, -nan was being outputted. // Because this method is only used as a cout in our tests, we do not // care about the difference between nan and -nan; they are the same in this case. temp.replace(QRegExp("-nan"), "nan"); std::cout<<temp<<std::endl; } Loading Loading
isis/src/base/objs/Calculator/Calculator.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -1012,6 +1012,9 @@ namespace Isis { temp += " "; } temp += "]"; // On some operating systems, -nan was being outputted. // Because this method is only used as a cout in our tests, we do not // care about the difference between nan and -nan; they are the same in this case. temp.replace(QRegExp("-nan"), "nan"); std::cout<<temp<<std::endl; } Loading