From 814355a3086737aff471911b7003a44707cb797c Mon Sep 17 00:00:00 2001 From: Gareth Aneurin Tribello Date: Thu, 5 Dec 2024 11:55:40 +0000 Subject: [PATCH] Added notes about broken inputs in Load command --- src/setup/Load.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/setup/Load.cpp b/src/setup/Load.cpp index c943a7e9bc..cd68a58da2 100644 --- a/src/setup/Load.cpp +++ b/src/setup/Load.cpp @@ -117,6 +117,9 @@ Another example is if multiple Plumed objects are created in the C/C++ or Python If a LOAD command is used in one of these objects, the loaded action will not affect the other objects. +> [!NOTE] +> The example inputs on this page appear as not working because you cannot use the dynamic loading on GitHub Actions. On a machine where this functionality is available these inputs should work. + */ //+ENDPLUMEDOC