Changeset 2ab830 in git for Singular/LIB/normal.lib


Ignore:
Timestamp:
Mar 24, 2011, 11:23:15 AM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e4e153d5324f38b1cf9800650dbe4e7257b2a6f9
Parents:
1628b149b92bdbe06e7d660a7fd23fea4f95ad3e
Message:
duplicated w_deg in paraplanecurves.lib (need it there too but do not want it to be non-static)

git-svn-id: file:///usr/local/Singular/svn/trunk@14045 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    r1628b14 r2ab830  
    28042804}
    28052805///////////////////////////////////////////////////////////////////////////////
    2806 // compute the weighted degree of p
     2806// compute the weighted degree of p;
     2807// this code is an exact copy of the proc in paraplanecurves.lib
     2808// (since we do not want to make it non-static)
    28072809static proc w_deg(poly p, intvec v)
    28082810{
Note: See TracChangeset for help on using the changeset viewer.