Skip to content

Commit b2387c0

Browse files
authored
Merge pull request nest#3680 from heplesser/fix_comment
Update comment to reflect behavior after merge of nest#3103.
2 parents 00d316a + a65c724 commit b2387c0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

nestkernel/model_manager.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,8 @@ class ModelManager : public ManagerInterface
240240
* registered from within extension modules, and models created by
241241
* calls to CopyModel().
242242
*
243-
* This list is cleared and built-in models are re-registered upon
244-
* calls to ResetKernel, while those registered from user-modules
245-
* and copies are not.
243+
* ResetKernel() clears this list and rebuilds it with built-in
244+
* models only.
246245
*
247246
* The elements of this list are used to create instances and are
248247
* responsible for the storage of model defaults.

0 commit comments

Comments
 (0)