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