From 5f61a90e15dc4e91d8b62b0c5bd58dbc0e910cc0 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 4 Oct 2012 14:23:39 +0100 Subject: [PATCH] BUG: MUSCL: variants added to runtime selection tables under same name as normal muscl --- .../surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.C | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.C index 2b23afdabd..f58b91238e 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -54,6 +54,7 @@ namespace Foam scalar ) +/* makeLimitedSurfaceInterpolationTypeScheme ( MUSCL, @@ -71,6 +72,7 @@ namespace Foam rhoMagSqr, vector ) +*/ } // ************************************************************************* //