Changeset 1710 for trunk/yat/utility/VectorConstView.h
- Timestamp:
- Jan 13, 2009, 5:35:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/VectorConstView.h
r1651 r1710 10 10 Copyright (C) 2006 Jari Häkkinen, Markus Ringnér 11 11 Copyright (C) 2007 Jari Häkkinen, Peter Johansson, Markus Ringnér 12 Copyright (C) 2008 Peter Johansson12 Copyright (C) 2008, 2009 Peter Johansson 13 13 14 14 This file is part of the yat library, http://dev.thep.lu.se/trac/yat … … 37 37 38 38 class Matrix; 39 class VectorView; 39 40 40 41 /** … … 111 112 112 113 private: 114 void copy(const VectorBase& other); 113 115 void delete_allocated_memory(void); 114 116
Note: See TracChangeset
for help on using the changeset viewer.