Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix warnings in normal.lib #701

Merged

Conversation

jakobkroeker
Copy link
Contributor

add a test if you like:

LIB("normal.lib");

// test wrapped in a routine tu suppress output.
proc testRedefineInNormalP()
{
 ring rng = (3),(xx,yy,zz),(dp(2),dp(1),C);
 ideal J = xx^2*yy*zz-yy^2*zz^2;
 intvec v=1,1,1;
 ideal component = xx^2-yy*zz;
 def L1 = normalP(component,"withRing");
 intvec w = norTest(component, L1);
 ASSUME(0, v == norTest(component, L1) );
}

testRedefineInNormalP();

hannes14 added a commit that referenced this pull request Feb 25, 2015
@hannes14 hannes14 merged commit d080fa0 into Singular:spielwiese Feb 25, 2015
@jakobkroeker jakobkroeker deleted the fix.warning.in.normal.lib branch July 4, 2015 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants