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
..
2014-03-20 13:03:03 +04:00
2013-12-19 16:31:30 +04:00
2014-08-13 15:21:35 +04:00
2014-02-12 17:42:09 +04:00
2014-06-25 20:22:56 +04:00
2014-04-07 14:30:03 +04:00
2014-08-13 15:21:35 +04:00
2013-11-18 11:48:00 -05:00