1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-20 00:06:55 +01:00

code cleaning and GCC compatibility

This commit is contained in:
2015-06-15 14:59:10 +02:00
parent 3e6b0edce1
commit cb45b34ddc
12 changed files with 75 additions and 81 deletions

View File

@ -85,7 +85,7 @@ int main(int argc, char *argv[])
// data loading ////////////////////////////////////////////////////////////
vector<DMatSample> sample(n);
Index nSample;
Index nSample = 0;
cout << "-- loading data..." << endl;
for (unsigned int i = 0; i < n; ++i)