Ignore:
Timestamp:
Feb 22, 2008, 4:29:56 PM (16 years ago)
Author:
Peter
Message:

fixes #308

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/VectorConstView.cc

    r1029 r1121  
    2626
    2727#include "VectorConstView.h"
    28 #include "matrix.h"
     28#include "Matrix.h"
    2929
    3030namespace theplu {
     
    5656
    5757
    58   VectorConstView::VectorConstView(const matrix& m, size_t i, bool row)
     58  VectorConstView::VectorConstView(const Matrix& m, size_t i, bool row)
    5959    : VectorBase(), const_view_(NULL)
    6060  {
Note: See TracChangeset for help on using the changeset viewer.