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:
@ -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)
|
||||
|
Reference in New Issue
Block a user