From cdb4de7e55892cf61e36d2868342bb2cc006b95a Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Tue, 5 May 2015 15:46:38 +0100 Subject: [PATCH] Correct comment --- src/sampling/probes/probes.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sampling/probes/probes.H b/src/sampling/probes/probes.H index e880fc3e287..22366e09e21 100644 --- a/src/sampling/probes/probes.H +++ b/src/sampling/probes/probes.H @@ -111,7 +111,7 @@ protected: bool fixedLocations_; //- Interpolation scheme name - /// Note: only possible when fixedLocations_ is true + // Note: only possible when fixedLocations_ is true word interpolationScheme_; -- GitLab