Changeset 7c537a4 in git for numeric/mpr_base.cc


Ignore:
Timestamp:
Feb 19, 2013, 9:14:14 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a5f79358535ac5e2a961a66e08eb750c0f5f586de76d8cb22c123fdd4b73d3563fc630e4e6f7103b
Parents:
4784eb0dbc213347fd8fc3f1e67de341aaf17aae
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-19 21:14:14+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-20 10:00:46+01:00
Message:
Fix the usage of IsPrime from numeric/*
File:
1 edited

Legend:

Unmodified
Added
Removed
  • numeric/mpr_base.cc

    r4784eb r7c537a4  
    31883188  int init=i;
    31893189  int ii=i+2;
     3190  extern int IsPrime(int p); // from Singular/ipshell.{h,cc}
    31903191  int j= IsPrime( ii );
    31913192  while ( j <= init )
Note: See TracChangeset for help on using the changeset viewer.