Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
goldfish
réplica de
https://github.com/earwig/goldfish
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
Merge branch 'master' of github.com:earwig/goldfish
master
Josh Hofing
hace 12 años
padre
6010ad0fbe
fcdb30a1f7
commit
0ba75540e7
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
src/Patch.java
+ 2
- 2
src/Patch.java
Ver fichero
@@ -71,7 +71,7 @@ public class Patch {
return neighbors;
}
public Patch clone() {
return new Patch(
_
grid, _xcor, _ycor, _state, _label);
public Patch clone(
Grid grid
) {
return new Patch(grid, _xcor, _ycor, _state, _label);
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar