From cf94d9742d3243a8bac7699173eb953fed29c1e0 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Sat, 11 Apr 2020 10:17:20 +0200 Subject: [PATCH] [MPL] Fix namespace comment. --- MaterialLib/MPL/Properties/CreateCurveProperty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MaterialLib/MPL/Properties/CreateCurveProperty.cpp b/MaterialLib/MPL/Properties/CreateCurveProperty.cpp index 65e9b4ccb53..695120e4fd1 100644 --- a/MaterialLib/MPL/Properties/CreateCurveProperty.cpp +++ b/MaterialLib/MPL/Properties/CreateCurveProperty.cpp @@ -46,4 +46,4 @@ std::unique_ptr<CurveProperty> createCurveProperty( return std::make_unique<CurveProperty>(independent_variable, curve); } -} // namespace ParameterLib +} // namespace MaterialPropertyLib -- GitLab