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-12 18:02:29 +04:00
2014-08-13 15:21:35 +04:00
2014-04-26 00:42:26 +02:00
2014-04-08 17:54:08 +04:00
2014-03-03 13:45:22 +04:00
2014-08-13 15:21:35 +04:00
2014-08-12 10:42:42 +04:00
2014-08-13 15:21:35 +04:00
2014-04-07 18:53:07 +04:00
2013-08-21 07:24:46 -07:00
2014-08-13 15:21:35 +04:00
2014-08-13 15:21:35 +04:00
2013-12-27 20:02:12 +04:00
2014-04-08 14:49:20 +04:00
2014-02-15 15:51:52 +04:00
2013-09-05 19:03:00 +04:00
2014-08-13 15:21:35 +04:00
2014-02-22 09:54:16 +05:30
2014-08-07 13:16:02 +04:00