jakobkroeker / test_singular

manage a personal issue list for Singular CAS
0 stars 0 forks source link

warnings in 'normal.lib' #106

Closed jakobkroeker closed 9 years ago

jakobkroeker commented 9 years ago

origin: https://github.com/surface-smoothers/lipmanresolve/issues/383

redefining norid and normap warnings in Normal::substpartSpecial

is that a carelessness or an issue? That means, is it safe to kill the variables if they already defined?

same question for list LR in Normal::norTest

Example:

LIB("normal.lib");
int voiceLvl = 3;
ring rng = (3),(xx,yy,zz),(dp(2),dp(1),C);
ideal J = xx^2*yy*zz-yy^2*zz^2;
int trial = 1;
intvec v=1,1,1;
ideal component = xx^2-yy*zz;
def L1 = normalP(component,"withRing");
norTest(component, L1);

ASSUME(0, v == norTest(component, L1) );

=>only carelesness

jakobkroeker commented 9 years ago

update: see pull request https://github.com/Singular/Sources/pull/701

jakobkroeker commented 9 years ago

merged by Hans