Changeset 73b07ba in mmcs for mainwindow.C


Ignore:
Timestamp:
Oct 6, 2015, 2:13:27 PM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master
Children:
a92021d
Parents:
871fd5d
Message:

modificado el clasificador de cuentas para dividir el total entre el número de componentes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainwindow.C

    r4aba45a r73b07ba  
    30423042    }
    30433043    int cantidad = vectorFila.count();
     3044    totalFila/=cantidad;
     3045    totalColumna/=cantidad;
    30443046    for(int i=0;i<cantidad;i++)
    30453047    {
Note: See TracChangeset for help on using the changeset viewer.