Skip to content

Commit

Permalink
[skip ci] formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Feb 5, 2025
1 parent cfafaad commit cbe4af9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,6 @@ public int getNumberOfColumns(int nrow) {
return _data.getNumColumns();
}


@Override
public double[] sumAllRowsToDouble(int nrColumns) {
double[] ret = new double[_data.getNumRows()];
Expand Down

0 comments on commit cbe4af9

Please sign in to comment.