Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3af58cd

Browse files
Revert update
Testing CI complete TODO : Testing the binary (unit test)
1 parent 3522a2d commit 3af58cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎kmeans.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Point
2121

2222
for (int i = 0; i < (int)line.length(); i++)
2323
{
24-
if ((48 <= int(line[i]) && int(line[i]) <= 57) || line[i] == '.' || line[i] == '+' || line[i] == '-')
24+
if ((48 <= int(line[i]) && int(line[i]) <= 57) || line[i] == '.' || line[i] == '+' || line[i] == '-' || line[i] == 'e')
2525
{
2626
tmp += line[i];
2727
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /