Skip to content

Commit 0458f55

Browse files
Fix function name typo
1 parent fa05637 commit 0458f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

number_points.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ __global__ void number_points(struct Point *data, double *epsilonSqr, unsigned i
164164
return;
165165
}
166166

167-
void generateData(struct Point *data)
167+
void generatePoints(struct Point *data)
168168
{
169169
srand(time(0));
170170

0 commit comments

Comments
 (0)