Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions nestkernel/model_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,8 @@ class ModelManager : public ManagerInterface
* registered from within extension modules, and models created by
* calls to CopyModel().
*
* This list is cleared and built-in models are re-registered upon
* calls to ResetKernel, while those registered from user-modules
* and copies are not.
* ResetKernel() clears this list and rebuilds it with built-in
* models only.
*
* The elements of this list are used to create instances and are
* responsible for the storage of model defaults.
Expand Down
Loading