Changeset 785 for trunk/yat


Ignore:
Timestamp:
Mar 8, 2007, 10:12:57 AM (16 years ago)
Author:
Peter
Message:

I think it is clearer if gsl_vector_const_view is declared as const pointer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/vector.h

    r783 r785  
    415415    const gsl_vector* v_const_;
    416416    gsl_vector_view* view_;
    417     gsl_vector_const_view* view_const_;
     417    const gsl_vector_const_view* view_const_;
    418418    // proxy_v_ is used to access the proper underlying v_ or v_const_
    419419    // in all const member functions. It is not used by design for
Note: See TracChangeset for help on using the changeset viewer.