mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 09:00:50 +08:00
New training dialog + selection of the most important features
This commit is contained in:
+1
-2
@@ -632,7 +632,7 @@ static bool LoadFileCommon( const QString& filename,
|
||||
std::vector<double> scales;
|
||||
|
||||
QTextStream stream(&file);
|
||||
for (int lineNumber = 0; ; ++lineNumber)
|
||||
for (int lineNumber = 1; ; ++lineNumber)
|
||||
{
|
||||
QString line = stream.readLine();
|
||||
if (line.isNull())
|
||||
@@ -640,7 +640,6 @@ static bool LoadFileCommon( const QString& filename,
|
||||
//eof
|
||||
break;
|
||||
}
|
||||
++lineNumber;
|
||||
|
||||
if (line.startsWith("#"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user