/* * CurvePlot.cc * * Created on: 19/09/2014 * Author: AKKA */ #include "CurvePlot.hh" namespace plot { std::ostream& operator<<(std::ostream& out_, const CurvePlot& lprop_){ out_ << "[CurvePlot]" << std::endl; out_ << "{"<