It is broken for complex; sorry about the delay fixing it. We've got a constructor for vector<Gradient> from uint,Gradient, and we've got a constructor for Gradient from complex, and there's obviously a constructor for complex<double> from double, but it looks like C++ doesn't want to do the promotions necessary to turn that all into a constructor for vector<Gradient> from uint,double... (or even just into a constructor for Gradient from double!)
I'm still trying to figure out the least inelegant way to fix that. --- Roy ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Libmesh-devel mailing list Libmesh-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmesh-devel