EgtNumKernel 2.3k1 :
- in ShortestPath aumentato il numero max di punti consentiti.
This commit is contained in:
+1
-1
@@ -232,6 +232,6 @@ ShortestPath::GetMinLength( double& dMinLen)
|
||||
if ( ! m_bSolved)
|
||||
return false ;
|
||||
// assegno risultato
|
||||
dMinLen = m_nMinCost ;
|
||||
dMinLen = ( double)m_nMinCost ;
|
||||
return true ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user