]> git.llucax.com Git - z.facultad/75.68/celdas.git/blobdiff - trunk/src/sistemaautonomo.h
El sensor ahora devuelve valor binario (0 si no tiene nada adelante, 1 si sí tiene).
[z.facultad/75.68/celdas.git] / trunk / src / sistemaautonomo.h
index 4aafef50b086b59f9153ebdf47bc1ebe28d8ada2..6ef889903807a3f3f797f23d4650267a8c288c50 100644 (file)
@@ -125,30 +125,6 @@ public:
                p = ini_p ;
        }
 
                p = ini_p ;
        }
 
-//private:
-       CTeoria(const CTeoria& t):
-               nombre(t.nombre),
-               datos_iniciales(t.datos_iniciales),
-               funcion(t.funcion),
-               datos_finales(t.datos_finales),
-               k(t.k),
-               p(t.p)
-       {
-               std::cout << "-----> CTeoria::operator=(" << t << ") <-----\n";
-       }
-       CTeoria& operator= (const CTeoria& t)
-       {
-               std::cout << "-----> " << *this << "::operator=(" << t << ") <-----\n";
-               nombre = t.nombre;
-               funcion = t.funcion;
-               k = t.k;
-               p = t.p;
-               datos_iniciales = t.datos_iniciales;
-               datos_finales = t.datos_finales;
-               return *this;
-       }
-
-
 public:        
        // Cantidad de veces que se probo la teoria.
        unsigned long                   k ;
 public:        
        // Cantidad de veces que se probo la teoria.
        unsigned long                   k ;