Skip to content

Commit

Permalink
Update desktop.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloparavisi committed Dec 5, 2017
1 parent 7dd8c9d commit 953a78c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/source/gams-madara/compilation/desktop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,19 @@ After the process is over, ``../android_arm_tools`` should be automatically crea
Minor fixes: UniformRandomEdgeCoverage
-----------


.. code-block:: bash
void
gams::algorithms::area_coverage::UniformRandomEdgeCoverage::generate_new_position (void)
{
if (platform_ && *platform_->get_platform_status ()->movement_available)
{
.......
initialized_ = true;
}
}

0 comments on commit 953a78c

Please sign in to comment.