---------------------------------------------------------------------------------------- default constructor
| 41 | //---------------------------------------------------------------------------------------- |
| 42 | // default constructor |
| 43 | CSparseMatrixProjector2D::CSparseMatrixProjector2D() |
| 44 | { |
| 45 | |
| 46 | } |
| 47 | |
| 48 | //---------------------------------------------------------------------------------------- |
| 49 | // constructor |
nothing calls this directly
no outgoing calls
no test coverage detected