mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Minimial conversion of quartic_solver.c to C++
This commit is contained in:
parent
377ee77486
commit
abe2247eb6
3 changed files with 107 additions and 112 deletions
2
include/openmc/external/quartic_solver.h
vendored
2
include/openmc/external/quartic_solver.h
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue