Fix files encoding. Go from ISO8859-1 to UTF-8.
This commit is contained in:
committed by
Yorik van Havre
parent
b3b36eda3d
commit
05f95c0506
@@ -402,7 +402,7 @@ void Approximate::ParameterBoundary()
|
||||
g++;
|
||||
}
|
||||
|
||||
//Secure the counters and reinitialize´the things we needed
|
||||
//Secure the counters and reinitialize´the things we needed
|
||||
g = temp1;
|
||||
temp2 = g;
|
||||
Pointdistance.clear();
|
||||
@@ -437,7 +437,7 @@ void Approximate::ParameterBoundary()
|
||||
g++;
|
||||
}
|
||||
|
||||
//Secure the counters and reinitialize´the things we needed
|
||||
//Secure the counters and reinitialize´the things we needed
|
||||
g = temp1;
|
||||
temp2 = g;
|
||||
Pointdistance.clear();
|
||||
@@ -480,7 +480,7 @@ void Approximate::ParameterBoundary()
|
||||
g++;
|
||||
}
|
||||
|
||||
//Secure the counters and reinitialize´the things we needed
|
||||
//Secure the counters and reinitialize´the things we needed
|
||||
g = temp1;
|
||||
temp2 = g;
|
||||
Pointdistance.clear();
|
||||
|
||||
Reference in New Issue
Block a user