From 112b2b823b5322c22e866e70f454281bc6492f4f Mon Sep 17 00:00:00 2001 From: vyaas Date: Tue, 18 Feb 2020 10:47:28 -0600 Subject: [PATCH] fixed sort error --- src/sensBVP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sensBVP.cpp b/src/sensBVP.cpp index 8ecc367..cf854c8 100644 --- a/src/sensBVP.cpp +++ b/src/sensBVP.cpp @@ -776,7 +776,7 @@ static int parseInput(UserData data, int argc, char *argv[]){ /*TIgnFac:*/ data->TIgnFac=0.20; /*Sorting*/ - data->sort=sort; + data->sort=false; /*****************************************************/ int ier;