From 05774b176dd73a4043664fb773c26b80d9e2b51f Mon Sep 17 00:00:00 2001 From: Matthew Webster <mwebster@fmrib.ox.ac.uk> Date: Mon, 7 Feb 2011 10:31:54 +0000 Subject: [PATCH] example of unsafe reference - there may be others... --- fibre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fibre.h b/fibre.h index 521bebb..bf0d284 100644 --- a/fibre.h +++ b/fibre.h @@ -613,7 +613,7 @@ namespace FIBRE{ const ColumnVector& m_alpha; //Theta angles of bvecs const ColumnVector& m_beta; //Phi angles of bvecs const Matrix& m_bvals; //b values - const int& m_modelnum; //1 for single-shell, 2 for multi-shell model + const int m_modelnum; //1 for single-shell, 2 for multi-shell model const bool& m_rician; //If true, use Rician noise model const bool& m_includef0; //If true, include an unattenuated signal compartment in the model with fraction f0 const bool& m_ardf0; //If true, use ard on the f0 compartment -- GitLab