From 79b99a9e858aaf1f8bb414fc258c990c764e4300 Mon Sep 17 00:00:00 2001 From: bonazzi Date: Tue, 27 Sep 2016 07:04:16 +0000 Subject: [PATCH] Patch level : 12.0 no patch Files correlati : Commento : Risistemata costante git-svn-id: svn://10.65.10.50/branches/R_10_00@23335 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- src/include/prefix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/prefix.cpp b/src/include/prefix.cpp index e153a158f..b7485fc5f 100755 --- a/src/include/prefix.cpp +++ b/src/include/prefix.cpp @@ -211,7 +211,7 @@ TToken_string & TRecord_info::relation(int logicnum) const int nPos = kd.FieldSeq[i] % MaxFields; // Posizione del campo i della chiave const RecFieldDes& dfield = rd.Fd[nPos]; // Nome del campo i della chiave int nBest = -1; - double dBest = ZERO; + double dBest = 0.0; for (int j = 0; i < fd.NFields; j++) {