Skip to content

Commit

Permalink
back to Singular defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes14 committed Jun 13, 2024
1 parent 0fb8976 commit adf1630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/src/singular.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ JLCXX_MODULE define_julia_module(jlcxx::Module & Singular)
Singular.method("siInit", [](const char * path) {
siInit(const_cast<char *>(path));
WerrorS_callback = WerrorS_and_reset;
si_opt_1|=Sy_bit(OPT_REDTAIL);
});
Singular.method("versionString", []() {
return const_cast<const char *>(versionString());
Expand Down

0 comments on commit adf1630

Please sign in to comment.