Skip to content

Commit c0e77e7

Browse files
committed
Apply doc suggestions
1 parent f3b27c3 commit c0e77e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

models/ou_noise_generator.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ updated at the same points in time. The interval `dt` between updates must be a
7171
7272
.. admonition:: Recording the generated current
7373
74-
You can use a :doc:`multimeter <multimeter>` to record the average current sent to all targets for each time step if
75-
simulating on a single thread; multiple MPI processes with one thread each also work. In this case, the recording
76-
interval of the multimeter should be equal to the `dt` of the generator to avoid aliasing effects. In multi-threaded
77-
mode, recording of noise currents is prohibited for technical reasons.
74+
You can use a :doc:`multimeter <multimeter>` to record the average current sent to all targets for each time step if
75+
simulating on a single thread; multiple MPI processes with one thread each also work. In this case, the recording
76+
interval of the multimeter should be equal to the `dt` of the generator to avoid aliasing effects. In multi-threaded
77+
mode, recording of noise currents is prohibited for technical reasons.
7878
7979
8080
.. include:: ../models/stimulation_device.rst

0 commit comments

Comments
 (0)