3Depict
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Variables
abundanceParser.cpp File Reference
#include "abundanceParser.h"
#include "common/xmlHelper.h"
#include "common/stringFuncs.h"
#include <iostream>
#include <cstdlib>
#include <stack>
#include <map>
#include <cmath>
#include <limits>
#include <algorithm>
#include <numeric>
Include dependency graph for abundanceParser.cpp:

Variables

const char * ABUNDANCE_ERROR []
 

Variable Documentation

◆ ABUNDANCE_ERROR

const char* ABUNDANCE_ERROR[]
Initial value:
= { "Unable to read abundance data (opening file)",
"Unable to create XML reader.",
"Bad property found in XML file",
"XML document did not match expected layout (DTD validation)",
"Unable to find required node during parse",
"Root node missing, expect <atomic-mass-table>!",
"Found incorrect root node. Expected <atomic-mass-table>"
}

Referenced by AbundanceData::getErrorText().