]> git.llucax.com Git - z.facultad/75.68/celdas.git/commitdiff
Cambios estéticos.
authorLeandro Lucarella <llucax@gmail.com>
Sat, 16 Dec 2006 23:32:45 +0000 (23:32 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 16 Dec 2006 23:32:45 +0000 (23:32 +0000)
trunk/src/SistemaAutonomo.tz

index b47452a9a5feaa924a0bdbf58750e4deb031a110..3cd73bcc5a0de29a7924b8d70190c36a6bf218ab 100644 (file)
@@ -49,16 +49,16 @@ Object : SistemaAutonomo {
        + to set-dato-final value theValue (float) with-name theName (string):\r
                SistemaAutonomoSetDatoFinal(ptr, theName, theValue).\r
 \r
-       + to update-entorno entorno theEntorno (hash):\r
+       + to update-entorno with entorno (hash):\r
                nombre (string).\r
-               foreach nombre in keys(theEntorno): {\r
-                       self set-entorno value theEntorno{nombre} with-name nombre.\r
+               foreach nombre in keys(entorno): {\r
+                       self set-entorno value entorno{nombre} with-name nombre.\r
                }\r
 \r
-       + to update-datos-finales datos-finales datos (hash):\r
+       + to update-datos-finales with datos-finales (hash):\r
                nombre (string).\r
-               foreach nombre in keys(datos): {\r
-                       self set-dato-final value datos{nombre} with-name nombre.\r
+               foreach nombre in keys(datos-finales): {\r
+                       self set-dato-final value datos-finales{nombre} with-name nombre.\r
                }\r
 \r
        + to plan:\r