00001 #ifndef L2proj_hh 00002 #define L2proj_hh 00003 00004 #include "string" 00005 #include "basics.hh" 00006 #include "space.hh" 00007 #include "hp2D.hh" 00008 00009 extern void l2projection(const std::string& filename, const concepts::Vector<concepts::Real>& rhs, 00010 hp2D::Space& space); 00011 00012 /* doesn't work yet 00013 extern void l2projection(const std::string& filename, const concepts::Vector<Cmplx>& rhs, 00014 hp2D::Space& space); 00015 */ 00016 00017 #endif