aboutsummaryrefslogtreecommitdiff
path: root/src/math/point.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/point.c')
-rw-r--r--src/math/point.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math/point.c b/src/math/point.c
index 8505954..6368c60 100644
--- a/src/math/point.c
+++ b/src/math/point.c
@@ -110,10 +110,10 @@ int points_random(curve_t *curve, config_t *config, arg_t *args) {
}
*/
-int points_primet(curve_t *curve, config_t *config, arg_t *args) {
+int points_trial(curve_t *curve, config_t *config, arg_t *args) {
// TODO stack code!!!
if (!args) {
- fprintf(stderr, "No args to an arged function. points_primet");
+ fprintf(stderr, "No args to an arged function. points_trial");
return INT_MIN;
}
points_free_deep(&curve->points, curve->npoints);