From 0a4d1f18a667b4d814f5563ecdf75eeaaae30857 Mon Sep 17 00:00:00 2001 From: Karl Palmen <karl.palmen@stfc.ac.uk> Date: Mon, 30 Oct 2017 16:10:16 +0000 Subject: [PATCH] Remove Commented-out line re #16748 Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk> --- .../CurveFitting/inc/MantidCurveFitting/RalNlls/Workspaces.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Framework/CurveFitting/inc/MantidCurveFitting/RalNlls/Workspaces.h b/Framework/CurveFitting/inc/MantidCurveFitting/RalNlls/Workspaces.h index def02531275..5d13fc72a88 100644 --- a/Framework/CurveFitting/inc/MantidCurveFitting/RalNlls/Workspaces.h +++ b/Framework/CurveFitting/inc/MantidCurveFitting/RalNlls/Workspaces.h @@ -265,7 +265,6 @@ struct NLLS_workspace { DoubleFortranVector resvec, gradvec; DoubleFortranVector largest_sv, smallest_sv; get_svd_J_work get_svd_J_ws; - //calculate_step_work calculate_step_ws; evaluate_model_work evaluate_model_ws; NLLS_workspace(); void initialize(int n, int m, const nlls_options &options); -- GitLab