Changeset f1e8de0 in mmcs for mainwindow.H


Ignore:
Timestamp:
Oct 27, 2016, 4:59:57 PM (8 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
79b7f06
Parents:
9933877
Message:

Agregado el total en los encadenamientos como double

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainwindow.H

    rf2dac89 rf1e8de0  
    289289    void estimarVIFVC();
    290290    //Función para estimar la clasificación de las cuentas por CW o Rassmusen
    291     void estimarClasificador(double &, double &, int index, int total = 0);
     291    void estimarClasificador(double &, double &, int index, double total = 0);
    292292    //Función para determinar los clasificadores
    293     void determinarClasificador(QTableWidget *, int index_table, int element, int total = 0);
     293    void determinarClasificador(QTableWidget *, int index_table, int element, double total = 0);
    294294
    295295    //Función para validar la cuenta producto/actividad
Note: See TracChangeset for help on using the changeset viewer.