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 b679891 commit 27919d8Copy full SHA for 27919d8
math/matrix/src/TDecompSparse.cxx
@@ -210,7 +210,7 @@ void TDecompSparse::SetMatrix(const TMatrixDSparse &a)
210
return;
211
case 1 :
212
Error("SetMatrix(const TMatrixDSparse &",
213
- "detected %d entries out of rage in row/col indices; ignored",this->IError());
+ "detected %d entries out of range in row/col indices; ignored",this->IError());
214
215
}
216
0 commit comments