Closed andrepd closed 7 years ago
The error message you quoted refers to a function in vector.h which is not used by the mroot_hybrids class, so I'll need to see more code to see what's going on. It appears to me that the code is trying to use a std::vector but doesn't know at compile time what the associated value type is. I tried using the vector_grid function with an std::vector
I haven't heard back regarding this, so I'll mark it as closed for now. Feel free to reopen (or open a new issue) if you get more information.
I've the following error message when compiling a program that includes
mroot_hybrids.h
to solve a system of equations.Line
mix.cpp:22
is#include <o2scl/mroot_hybrids.h>
. The relevant code is justI'm thinking this is a bug in the library. I built o2scl with
--enable-eigen
. Can you comment? Thanks!