- Timestamp:
- Mar 8, 2007, 10:12:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/vector.h
r783 r785 415 415 const gsl_vector* v_const_; 416 416 gsl_vector_view* view_; 417 gsl_vector_const_view* view_const_;417 const gsl_vector_const_view* view_const_; 418 418 // proxy_v_ is used to access the proper underlying v_ or v_const_ 419 419 // in all const member functions. It is not used by design for
Note: See TracChangeset
for help on using the changeset viewer.