Blame view

src/ParamOutputImpl/Plot/ParamPlot/ParamParamPlotNode.cc 405 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * 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 */