Changeset 29305b5 in mmcs for mainwindow.C


Ignore:
Timestamp:
Jan 29, 2016, 4:57:27 PM (8 years ago)
Author:
rboet <rudmanmrrod@…>
Branches:
master
Children:
746808a
Parents:
3e5fe28
Message:

solucionado bug al cargar ultima columna

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainwindow.C

    r3e5fe28 r29305b5  
    612612        {
    613613            double value = 0;
    614             if(i<lines.count())//En caso de que hallan mas componentes que columnas
     614            if(i<=lines.count())//En caso de que hallan mas componentes que columnas
    615615            {
    616616                value = lines.at(i-1).toDouble();
Note: See TracChangeset for help on using the changeset viewer.