-
- Downloads
Introduced a typedef size_type in matrix, vector and corresponding
arrays and allocator. This should eventually be set to std::size_t to address the entries of the allocated entries. Currently dd crashes if size_type is size_t. Therefore it is still int right now. [[Imported from SVN: r2312]]
Showing
- common/fmatrix.hh 48 additions, 39 deletionscommon/fmatrix.hh
- common/fvector.hh 26 additions, 19 deletionscommon/fvector.hh
- common/test/fmatrixtest.cc 7 additions, 4 deletionscommon/test/fmatrixtest.cc
- istl/allocator.hh 9 additions, 3 deletionsistl/allocator.hh
- istl/basearray.hh 98 additions, 80 deletionsistl/basearray.hh
- istl/bcrsmatrix.hh 79 additions, 76 deletionsistl/bcrsmatrix.hh
- istl/bvector.hh 69 additions, 53 deletionsistl/bvector.hh
- istl/io.hh 17 additions, 9 deletionsistl/io.hh
Loading
Please register or sign in to comment