On Thu, 15 Aug 2013, Jens Lohne Eftang wrote: > I want to configure and compile libmesh for complex number support. > > However I get the following error when making libmesh: > > In file included from ./include/libmesh/tensor_tools.h:25:0, > from src/numerics/numeric_vector.C:33: > ./include/libmesh/compare_types.h:65:37: error: template argument 1 is > invalid
It's complaining about std::complex<T>?? I'd have guessed that <complex> didn't get included for you somehow, but the include is right there a dozen lines up. What compiler are you using? --- Roy ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
