Changeset 3e5fe28 in mmcs for mainwindow.H


Ignore:
Timestamp:
Dec 16, 2015, 12:44:28 PM (8 years ago)
Author:
rboet <rudmanmrrod@…>
Branches:
master
Children:
29305b5
Parents:
68e57de
Message:

Agregada nueva funcionabilidad para cargar matrices desde csv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainwindow.H

    r68e57de r3e5fe28  
    113113    int matrixSize;
    114114    int precission;
    115     double  matrix[100][100];
    116115
    117116    QString componentePNH;
     
    339338public:
    340339    MainWindow();
    341     std::vector<std::string> csv_read_row(std::string , char);
    342     std::vector<std::string> csv_read_row(std::istream &, char);
    343340    QString numberFormat(double &);
    344341
Note: See TracChangeset for help on using the changeset viewer.