Skip to content

Commit

Permalink
Typo Fix
Browse files Browse the repository at this point in the history
Noticed missing ()
  • Loading branch information
Robadob authored and ptheywood committed Jul 17, 2023
1 parent 4c30227 commit ad5fdca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/guide/host-functions/agent-operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Various reduction operators are provided, to allow specific agent variables to b
* - :func:`sum()<flamegpu::HostAgentAPI::sum>`
- ``variable``
- Returns the sum of the specified agent variable.
* - :func:`meanStandardDeviation<flamegpu::HostAgentAPI::meanStandardDeviation>`
* - :func:`meanStandardDeviation()<flamegpu::HostAgentAPI::meanStandardDeviation>`
- ``variable``
- Returns a pair of doubles, the first item being the mean, and the second the standard deviation of the specified agent variable.
* - :func:`min()<flamegpu::HostAgentAPI::min>`
Expand Down Expand Up @@ -293,4 +293,4 @@ Related Links
* User Guide Page: :ref:`Defining Agents<Defining Agents>`
* Full API documentation for :class:`HostAgentAPI<flamegpu::HostAgentAPI>`
* Full API documentation for :class:`HostNewAgentAPI<flamegpu::HostNewAgentAPI>`
* Full API documentation for :class:`DeviceAgentVector<flamegpu::DeviceAgentVector_impl>`
* Full API documentation for :class:`DeviceAgentVector<flamegpu::DeviceAgentVector_impl>`

0 comments on commit ad5fdca

Please sign in to comment.