Skip to content

Commit

Permalink
changed test
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes14 committed Apr 8, 2016
1 parent e355293 commit 11c6d2b
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 289 deletions.
5 changes: 2 additions & 3 deletions Singular/LIB/primitiv.lib
Expand Up @@ -307,9 +307,8 @@ EXAMPLE: example splitring; shows an example
else { if (find(varnames,"o")==0)
{ algname="o";}
else {
"** Sorry -- could not find a free name for the primitive element.";
"** Try e.g. a ring without 'a' or 'b' as variable.";
return();
ERROR("Sorry -- could not find a free name for the primitive element.
** Try e.g. a ring without 'a' or 'b' as variable.");
}}
}
}
Expand Down

0 comments on commit 11c6d2b

Please sign in to comment.