Skip to content

Commit

Permalink
Fix math -> random
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Apr 10, 2019
1 parent a0d27d2 commit deb5c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/doxygen-pages/porting_mrpt2.h
Expand Up @@ -85,7 +85,7 @@
* - Static variables have been dropped in favor of global getter/setter
* functions. This allowed removing all DLL import/export macros for Windows
* compilers. Important changes are:
* - `mrpt::math::randomGenerator` --> `mrpt::math::getRandomGenerator()`
* - `mrpt::math::randomGenerator` --> `mrpt::random::getRandomGenerator()`
* - `mrpt::global_settings` old static variables have been replaced by
* getter/setter functions.
* - `ASSERT_*` macros must now be ended with a semicolon, e.g. `ASSERT_(a>0);`
Expand Down

0 comments on commit deb5c93

Please sign in to comment.