Minimial conversion of quartic_solver.c to C++

This commit is contained in:
Paul Romano 2021-12-21 14:47:48 -05:00
parent 377ee77486
commit abe2247eb6
3 changed files with 107 additions and 112 deletions

View file

@ -3,8 +3,6 @@
#include <complex>
extern "C" {
void oqs_quartic_solver(double coeff[5], std::complex<double> roots[4]);
}
#endif // OPENMC_EXTERNAL_QUARTIC_SOLVER_H