Adil Ibragimov
8a4a1bb018
Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
2014-08-13 15:21:35 +04:00
..
2013-12-30 16:47:05 +04:00
2013-09-02 14:00:44 +04:00
2014-02-15 20:17:42 +04:00
2014-06-09 15:54:10 +04:00
2013-08-27 13:23:26 +04:00
2014-02-25 15:02:24 +04:00
2014-08-13 15:21:35 +04:00
2013-10-02 14:41:00 +04:00
2014-04-17 18:06:14 +04:00
2014-04-17 18:06:14 +04:00