Skip to content
Snippets Groups Projects
Unverified Commit 7b489c9d authored by Han Lu's avatar Han Lu Committed by GitHub
Browse files

wording check (#2372)

<!-- Please make sure your PR follows our [contribution
guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib)
and agree to the terms outlined in the [PR
procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst).
-->
parent 0a746222
No related branches found
No related tags found
No related merge requests found
...@@ -31,11 +31,11 @@ produce a catalogue of the same level of integration as the built-in catalogues ...@@ -31,11 +31,11 @@ produce a catalogue of the same level of integration as the built-in catalogues
.. code-block :: cmake .. code-block :: cmake
make_catalogue( make_catalogue(
NAME default # Name of your catalogue, must match directory under 2. NAME default # Name of your catalogue, must match the directory under 2.
MOD exp2syn expsyn expsyn_stdp hh kamt kdrmt nax nernst pas # Space separated list of mechanism names MOD exp2syn expsyn expsyn_stdp hh kamt kdrmt nax nernst pas # Space separated list of mechanism names
CXX # Optional: list of raw C++ mechanism names CXX # Optional: list of raw C++ mechanism names
VERBOSE ${ARB_CAT_VERBOSE} # Print debug info at configuration time VERBOSE ${ARB_CAT_VERBOSE} # Print debug info at configuration time
ADD_DEPS ON) # Must be ON, make catalogue part of arbor ADD_DEPS ON) # Must be ON, make catalogue part of Arbor
5. Add a ``global_NAME_catalogue`` function in ``mechcat.hpp``. 5. Add a ``global_NAME_catalogue`` function in ``mechcat.hpp``.
6. Bind this function in ``python/mechanisms.cpp`` to ``NAME-catalogue``. 6. Bind this function in ``python/mechanisms.cpp`` to ``NAME-catalogue``.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment