From 91255c290904e2384ec5ff2e07223f3977b879bc Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sat, 16 Dec 2006 23:32:45 +0000 Subject: [PATCH] =?utf8?q?Cambios=20est=C3=A9ticos.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- trunk/src/SistemaAutonomo.tz | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/trunk/src/SistemaAutonomo.tz b/trunk/src/SistemaAutonomo.tz index b47452a..3cd73bc 100644 --- a/trunk/src/SistemaAutonomo.tz +++ b/trunk/src/SistemaAutonomo.tz @@ -49,16 +49,16 @@ Object : SistemaAutonomo { + to set-dato-final value theValue (float) with-name theName (string): SistemaAutonomoSetDatoFinal(ptr, theName, theValue). - + to update-entorno entorno theEntorno (hash): + + to update-entorno with entorno (hash): nombre (string). - foreach nombre in keys(theEntorno): { - self set-entorno value theEntorno{nombre} with-name nombre. + foreach nombre in keys(entorno): { + self set-entorno value entorno{nombre} with-name nombre. } - + to update-datos-finales datos-finales datos (hash): + + to update-datos-finales with datos-finales (hash): nombre (string). - foreach nombre in keys(datos): { - self set-dato-final value datos{nombre} with-name nombre. + foreach nombre in keys(datos-finales): { + self set-dato-final value datos-finales{nombre} with-name nombre. } + to plan: -- 2.43.0