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-08-05 20:12:35 +04:00
2014-04-08 14:49:20 +04:00
2014-04-08 14:49:20 +04:00
2014-04-08 14:49:20 +04:00
2014-01-18 01:31:33 +04:00
2014-08-13 15:21:35 +04:00
2013-08-27 13:26:44 +04:00
2014-01-14 11:53:59 +04:00
2014-02-23 20:21:08 +04:00
2014-01-17 13:01:12 +04:00
2014-02-25 17:33:12 +04:00
2013-08-21 18:59:25 +04:00
2014-02-23 20:21:08 +04:00
2014-08-01 19:50:17 +04:00
2014-08-13 15:21:35 +04:00
2014-04-27 13:02:36 -04:00
2014-04-08 14:49:20 +04:00
2014-01-15 15:08:09 +04:00
2013-08-27 14:23:26 +04:00
2013-04-11 21:00:17 +04:00
2014-07-07 16:28:08 +04:00
2014-08-13 15:21:35 +04:00
2014-04-08 14:49:20 +04:00
2014-04-08 14:49:20 +04:00
2014-02-23 20:21:08 +04:00
2014-04-08 14:49:20 +04:00
2014-02-23 20:21:08 +04:00