Skip to content

Commit

Permalink
Update spareMatrix.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEricZhan authored Oct 24, 2017
1 parent 6b5d650 commit ffc4dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic two way merge/spareMatrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class spMatrix
smArray=arr;
capacity=size;
arr=NULL;};//for safety

// fast and save space but not safety as poly's array of getter and setter
int getCapacity(){return capacity;};

int getRows(){return rows;};
Expand Down

0 comments on commit ffc4dbb

Please sign in to comment.