Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/13/09 14:45:40 (15 years ago)
Author:
mkommend
Message:

removed sparse in naming of SparseMatrix and SparseMatrixRow
because of a name clash with the surrounding namespace (ticket #701)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SparseMatrix/3.2/MatrixRow.cs

    r2283 r2284  
    2323
    2424namespace HeuristicLab.SparseMatrix {
    25   public class SparseMatrixRow {
     25  public class MatrixRow {
    2626    private Dictionary<string, object> values;
    27     public SparseMatrixRow() {
     27    public MatrixRow() {
    2828      values = new Dictionary<string, object>();
    2929    }
Note: See TracChangeset for help on using the changeset viewer.