pcctest
Tento commit je obsažen v:
rodič
3709024dbd
revize
71002bb285
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
|
|
@ -16,7 +16,7 @@ public class AStarAlgorithm extends DijkstraAlgorithm {
|
|||
ArrayList<Label> labelSommets = new ArrayList<Label>();
|
||||
for(int i = 0; i< tailleGraphe; i++ )
|
||||
{
|
||||
currentLabel = new LabelStar(data.getGraph().get(i), destination);
|
||||
currentLabel = new LabelStar(data.getGraph().get(i), destination, data.getMode());
|
||||
labelSommets.add(currentLabel);
|
||||
}
|
||||
return labelSommets;
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ public class PCCTest{
|
|||
@BeforeClass
|
||||
public static void initAll() throws Exception
|
||||
{
|
||||
final String nomUser = "brunetto";
|
||||
final String nomUser = "norgeux";
|
||||
// Visit these directory to see the list of available files on Commetud.
|
||||
|
||||
//Récupération des cartes
|
||||
|
|
|
|||
Načítání…
Odkázat v novém problému