Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
neworderofjamie committed Aug 31, 2022
1 parent 25ac638 commit 6b5491c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ The sample projects listed above are already quite highly integrated examples. I
units of mV, ms, nF and uS. However, the choice of units is entirely
left to the user if custom model elements are used.
[MBody1.cc](userproject/MBody1_project/model/MBody1.cc) shows a typical example of a model definition function. In
its core it contains calls to ``ModelSpec::addNeuronPopulation`` and
``ModelSpec::addSynapsePopulation`` to build up the network. For a full range
of options for defining a network, refer to the [User manual](https://genn-team.github.io/genn/documentation/4/html/dc/d05/UserManual.html).
[MBody1.cc](userproject/MBody1_project/model/MBody1.cc) shows a typical example of a model definition function. In
its core it contains calls to ``ModelSpec::addNeuronPopulation`` and
``ModelSpec::addSynapsePopulation`` to build up the network. For a full range
of options for defining a network, refer to the [User manual](https://genn-team.github.io/genn/documentation/4/html/dc/d05/UserManual.html).
3. The programmer defines their own "simulation" code similar to
the code in [MBody1Sim.cc](userproject/MBody1_project/model/MBody1Sim.cc). In this code,
Expand Down

0 comments on commit 6b5491c

Please sign in to comment.