Skip to content

Commit

Permalink
Nueva versión funcional de Tiko'n. Los ejemplos y los códigos de vers…
Browse files Browse the repository at this point in the history
…ión 0 ya no están disponibles.
  • Loading branch information
julienmalard committed Dec 8, 2016
1 parent 838193c commit 6c949fc
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Buscador_subclases.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from Coso1 import Coso
from Coso import Coso


def encontrar_subclase_coso(ext):
Expand Down
2 changes: 1 addition & 1 deletion CULTIVO/NuevoCultivo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from Coso1 import Coso, Simulable
from Coso import Coso, Simulable


class Cultivo(Coso):
Expand Down
2 changes: 1 addition & 1 deletion CULTIVO/SUELO.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from Coso1 import Coso
from Coso import Coso


# Esta clase representa los suelos de una parcela.
Expand Down
2 changes: 1 addition & 1 deletion CULTIVO/VARIEDAD.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from Coso1 import Coso
from Coso import Coso


# Esta clase representa una variedad de cultivo.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion NuevaParcela.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from Coso1 import Simulable
from Coso import Simulable
from RAE.RedAE import Red
from CULTIVO.NuevoCultivo import Cultivo, ModeloCultivo
from Matemáticas.Experimentos import Experimento
Expand Down
2 changes: 1 addition & 1 deletion NuevoPaisaje.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from Coso1 import Simulable
from Coso import Simulable


class Paisaje(Simulable):
Expand Down
2 changes: 1 addition & 1 deletion RAE/Organismo.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Matemáticas.Ecuaciones as Ec
from Matemáticas.NuevoIncert import límites_a_texto_apriori
from Coso1 import Coso
from Coso import Coso


class Organismo(Coso):
Expand Down
2 changes: 1 addition & 1 deletion RAE/RedAE.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import RAE.Planta as Plt
from Matemáticas.Arte import gráfico
from Matemáticas.NuevoIncert import numerizar, validar, gen_vector_coefs
from Coso1 import Simulable
from Coso import Simulable
from RAE.Organismo import Organismo


Expand Down

0 comments on commit 6c949fc

Please sign in to comment.