From 53d19f32c2cabd1b7d00f930d62ea76d81381fd7 Mon Sep 17 00:00:00 2001 From: Carlo Camilloni Date: Sun, 3 Nov 2024 16:00:39 +0100 Subject: [PATCH] fix --- src/mapping/AdaptivePath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapping/AdaptivePath.cpp b/src/mapping/AdaptivePath.cpp index 373d8f920d..c125de9d14 100644 --- a/src/mapping/AdaptivePath.cpp +++ b/src/mapping/AdaptivePath.cpp @@ -104,7 +104,7 @@ void AdaptivePath::registerKeywords( Keywords& keys ) { keys.add("optional","WFILE","file on which to write out the path"); keys.add("compulsory","FMT","%f","the format to use for output files"); keys.add("compulsory","WSTRIDE","0,","frequency with which to write out the path"); - keys.setValueDescription("the position along and from the adaptive path"); + keys.setValueDescription("scalar","the position along and from the adaptive path"); keys.needsAction("GEOMETRIC_PATH"); keys.needsAction("AVERAGE_PATH_DISPLACEMENT"); keys.needsAction("REPARAMETERIZE_PATH"); keys.needsAction("DUMPPDB"); keys.needsAction("PDB2CONSTANT"); keys.needsAction("DISPLACEMENT"); keys.needsAction("CONSTANT");