From dbacc510cb15639aac04f903751a13363e128223 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Men=C3=A9ndez?= <gonchimenendez@gmail.com>
Date: Wed, 5 Dec 2018 15:35:13 -0300
Subject: [PATCH] lmao

---
 ProyectoFinal/AlgoritmoGenetico/malva/rep/GA/newGA.req.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ProyectoFinal/AlgoritmoGenetico/malva/rep/GA/newGA.req.cc b/ProyectoFinal/AlgoritmoGenetico/malva/rep/GA/newGA.req.cc
index f8c6759..70e98a8 100644
--- a/ProyectoFinal/AlgoritmoGenetico/malva/rep/GA/newGA.req.cc
+++ b/ProyectoFinal/AlgoritmoGenetico/malva/rep/GA/newGA.req.cc
@@ -531,7 +531,7 @@ skeleton newGA
 		//cout << "FIL" << _var[0] << endl;
         //cout << "FIL" << _var[1] << endl;
 		
-		for (int fil = 0; fil < _pbm.cantFilas(); fil++)
+		/*for (int fil = 0; fil < _pbm.cantFilas(); fil++)
         {
             for(int col = 0; col < _pbm.cantColumnas(); col++)
             {
@@ -542,7 +542,7 @@ skeleton newGA
                 }
             }
             cout << endl;
-        }
+        }*/
         
 		cout << "ESTOY SALIENDO DE FITNESS" << endl;
         if (fitness == 0)
-- 
GitLab