We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00d316a + a65c724 commit b2387c0Copy full SHA for b2387c0
1 file changed
nestkernel/model_manager.h
@@ -240,9 +240,8 @@ class ModelManager : public ManagerInterface
240
* registered from within extension modules, and models created by
241
* calls to CopyModel().
242
*
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.
+ * ResetKernel() clears this list and rebuilds it with built-in
+ * models only.
246
247
* The elements of this list are used to create instances and are
248
* responsible for the storage of model defaults.
0 commit comments