Changeset 50b61b5 in mmcs for mainwindow.C


Ignore:
Timestamp:
Mar 7, 2016, 8:15:47 AM (8 years ago)
Author:
rboet <rudmanmrrod@…>
Branches:
master
Children:
f473a7f
Parents:
8ed9b79
Message:

Solucionado bug al comparar los totales de las filas/columnas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainwindow.C

    r8ed9b79 r50b61b5  
    10141014        tableWidget->setItem(filas,i,Valor1);//Inserta en Filas
    10151015        tableWidget->setItem(i,filas,Valor2);//Inserta en Columnas
    1016         if(SumaFila!=SumaColumna)
     1016        if(!(qAbs(SumaFila-SumaColumna)<0.1))
    10171017        {
    10181018            iguales = false;
Note: See TracChangeset for help on using the changeset viewer.