a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LinesAsStrings.cpp
Go to the documentation of this file.
1/*
2 * LinesAsStrings.cpp
3 *
4 * Created on: Mar 12, 2012
5 * Author: Ben O'Leary (benjamin.oleary@gmail.com)
6 * Copyright 2012 Ben O'Leary
7 *
8 * This file is part of LesHouchesParserClasses, released under the
9 * GNU General Public License. Please see the accompanying
10 * README.LHPC_CPP.txt file for a full list of files, brief documentation
11 * on how to use these classes, and further details on the license.
12 */
13
14#include "SLHA.hpp"
15
16namespace LHPC
17{
18 namespace SLHA
19 {
20 namespace InterpreterClass
21 {
23 InterpreterTemplate< std::string >()
24 {
25 this->defaultUnsetValue.assign( "" );
26 }
27
29 {
30 // does nothing.
31 }
32
33 } // end of InterpreterClass namespace
34
35 } // end of SLHA namespace
36
37} // end of LHPC namespace