From a65c724af2b33ed5e12f2a4aafd28b8d98d60a59 Mon Sep 17 00:00:00 2001 From: Hans Ekkehard Plesser Date: Mon, 1 Dec 2025 19:56:45 +0100 Subject: [PATCH] Update comment to reflect behavior after merge of #3103. --- nestkernel/model_manager.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nestkernel/model_manager.h b/nestkernel/model_manager.h index 58c5ceafb2..01419073f5 100644 --- a/nestkernel/model_manager.h +++ b/nestkernel/model_manager.h @@ -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.