39#include <boost/core/ignore_unused.hpp>
53 "Concatenate field file into single file (deprecated)");
66 boost::ignore_unused(vm);
68 if (
m_f->m_comm->TreatAsRankZero())
70 cout <<
"Concatenate module is not needed. Instead, use " << endl
71 <<
"\tFieldConvert file1.fld file2.fld file-conc.fld" << endl;
FieldSharedPtr m_f
Field object.
virtual void v_Process(po::variables_map &vm) override
static ModuleKey className
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
ProcessConcatenateFld(FieldSharedPtr f)
virtual ~ProcessConcatenateFld()
Abstract base class for processing modules.
tKey RegisterCreatorFunction(tKey idKey, CreatorFunction classCreator, std::string pDesc="")
Register a class with the factory.
std::shared_ptr< Field > FieldSharedPtr
std::pair< ModuleType, std::string > ModuleKey
ModuleFactory & GetModuleFactory()
The above copyright notice and this permission notice shall be included.