ParamParamPlotNode.cc 405 Bytes
/*
 * ParamParamPlotNode.cc
 *
 *  Created on: Nov 14, 2014
 *      Author: m.mazel
 */

#include "ParamParamPlotNode.hh"
#include "PlotLogger.hh"

namespace plot {

void ParamParamPlotNode::proceed(xmlNodePtr pNode, const AMDA::Parameters::CfgContext& pContext) {
	LOG4CXX_DEBUG(gLogger, "ParamParamPlotNode::proceed");

	// Proceed nodes
	NodeGrpCfg::proceed(pNode, pContext);
}

} /* namespace plot */