diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-10 23:57:36 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-10 23:57:36 +0000 |
commit | dcc110b7e75f2f688711e8ccdad0085e95e02b8d (patch) | |
tree | 5e844c45279294df5b307a20434759f9c4d4514c /ace/ACE.cpp | |
parent | 71b158ab32a486140f63d7ce43e823bfb09c9324 (diff) | |
download | ATCD-dcc110b7e75f2f688711e8ccdad0085e95e02b8d.tar.gz |
oops, ACE::is_prime
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r-- | ace/ACE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp index e267b15f123..96246b2886c 100644 --- a/ace/ACE.cpp +++ b/ace/ACE.cpp @@ -1221,7 +1221,7 @@ ACE::recv_n (ACE_HANDLE handle, } u_long -is_prime (const u_long n, +ACE::is_prime (const u_long n, const u_long min_factor, const u_long max_factor) { |