Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
coverity 61279: fix copy/paste error
  • Loading branch information
harveyj1953 authored and vgvassilev committed Apr 26, 2017
commit 7a6b3a56f9b341faefc36d6fa8bb222bbf14a7fc
2 changes: 1 addition & 1 deletion test/stressLinear.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,7 @@ void spstress_matrix_fill(Int_t rsize,Int_t csize)
{
Bool_t ok = kTRUE;

if (csize < 4) {
if (rsize < 4) {
Error("spstress_matrix_fill","rsize should be >= 4");
ok = kFALSE;
StatusPrint(2,"Filling, Inserting, Using",ok);
Expand Down