Blame view

src/PostProcessing/PostProcessing.cc 275 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
/*
 * PostProcessing.cc
 *
 *  Created on: 27 sept. 2013
 *      Author: CS
 */

#include "PostProcessing.hh"

namespace postprocessing {

PostProcessing::PostProcessing() :
		PostProcessingAble() {

}

PostProcessing::~PostProcessing() {
}

} /* namespace postprocessing */