EgtNumKernel 2.3k1 :

- in ShortestPath aumentato il numero max di punti consentiti.
This commit is contained in:
SaraP
2021-11-18 09:34:24 +01:00
parent 82b402e7eb
commit ec9e4b4c76
10 changed files with 44 additions and 48 deletions
+1 -1
View File
@@ -232,6 +232,6 @@ ShortestPath::GetMinLength( double& dMinLen)
if ( ! m_bSolved)
return false ;
// assegno risultato
dMinLen = m_nMinCost ;
dMinLen = ( double)m_nMinCost ;
return true ;
}