diff --git a/ExchComp.cxx b/ExchComp.cxx index 9abde51e..5e40a254 100644 --- a/ExchComp.cxx +++ b/ExchComp.cxx @@ -220,7 +220,7 @@ cxxExchComp::cxxExchComp2exch_comp(std::list < cxxExchComp > &el) } void -cxxExchComp::dump_xml(std::ostream & s_oss, unsigned int indent) const const +cxxExchComp::dump_xml(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing exch_comp message: %s, element not found\n"; unsigned int i; @@ -267,7 +267,7 @@ cxxExchComp::dump_xml(std::ostream & s_oss, unsigned int indent) const const } void -cxxExchComp::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxExchComp::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing exch_comp message: %s, element not found\n"; unsigned int i; diff --git a/Exchange.cxx b/Exchange.cxx index d47ba542..0ada85d1 100644 --- a/Exchange.cxx +++ b/Exchange.cxx @@ -220,7 +220,7 @@ cxxExchange::cxxExchange2exchange() } void -cxxExchange::dump_xml(std::ostream & s_oss, unsigned int indent) const const +cxxExchange::dump_xml(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing exchange message: %s, element not found\n"; unsigned int i; @@ -254,7 +254,7 @@ cxxExchange::dump_xml(std::ostream & s_oss, unsigned int indent) const const } void -cxxExchange::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxExchange::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing exchange message: %s, element not found\n"; unsigned int i; diff --git a/GasPhase.cxx b/GasPhase.cxx index 4e79d49f..2036bc67 100644 --- a/GasPhase.cxx +++ b/GasPhase.cxx @@ -219,7 +219,7 @@ cxxGasPhase::dump_xml(std::ostream & s_oss, unsigned int indent) const const #endif void -cxxGasPhase::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxGasPhase::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing gas_phase message: %s, element not found\n"; unsigned int i; diff --git a/KineticsComp.cxx b/KineticsComp.cxx index 45da3f67..2d5a3eab 100644 --- a/KineticsComp.cxx +++ b/KineticsComp.cxx @@ -150,7 +150,7 @@ cxxKineticsComp::dump_xml(std::ostream & s_oss, unsigned int indent) const const } #endif void -cxxKineticsComp::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxKineticsComp::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing kinetics_comp message: %s, element not found\n"; unsigned int i; diff --git a/NameDouble.cxx b/NameDouble.cxx index 6f337e14..2585194b 100644 --- a/NameDouble.cxx +++ b/NameDouble.cxx @@ -154,7 +154,7 @@ cxxNameDouble::elt_list() } struct master_activity * -cxxNameDouble::master_activity() const const +cxxNameDouble::master_activity() const // // Builds a list of master_activity structures from instance of cxxNameDouble // @@ -213,7 +213,7 @@ cxxNameDouble::master_activity() const const } struct conc * -cxxNameDouble::conc() const const +cxxNameDouble::conc() const // for Solutions, not ISolutions // takes a map of (elt name, moles) // returns list of conc structures @@ -245,7 +245,7 @@ cxxNameDouble::conc() const const } struct name_coef * -cxxNameDouble::name_coef() const const +cxxNameDouble::name_coef() const // // Builds a name_coef structure from instance of cxxNameDouble // @@ -267,7 +267,7 @@ cxxNameDouble::name_coef() const const } void -cxxNameDouble::dump_xml(std::ostream & s_oss, unsigned int indent) const const +cxxNameDouble::dump_xml(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing exch_comp message: %s, element not found\n"; unsigned int i; @@ -312,7 +312,7 @@ cxxNameDouble::dump_xml(std::ostream & s_oss, unsigned int indent) const const } void -cxxNameDouble::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxNameDouble::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing exch_comp message: %s, element not found\n"; unsigned int i; diff --git a/NumKeyword.cxx b/NumKeyword.cxx index 3c0dd39a..34926f66 100644 --- a/NumKeyword.cxx +++ b/NumKeyword.cxx @@ -22,7 +22,7 @@ cxxNumKeyword::~cxxNumKeyword() } void -cxxNumKeyword::dump_xml(std::ostream & os, unsigned int indent) const const +cxxNumKeyword::dump_xml(std::ostream & os, unsigned int indent) const { unsigned int i; diff --git a/PPassemblage.cxx b/PPassemblage.cxx index 7c200cce..776b36ab 100644 --- a/PPassemblage.cxx +++ b/PPassemblage.cxx @@ -97,7 +97,7 @@ cxxPPassemblage::cxxPPassemblage2pp_assemblage() } void -cxxPPassemblage::dump_xml(std::ostream & s_oss, unsigned int indent) const const +cxxPPassemblage::dump_xml(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing PPassemblage message: %s, element not found\n"; unsigned int i; @@ -128,7 +128,7 @@ cxxPPassemblage::dump_xml(std::ostream & s_oss, unsigned int indent) const const } void -cxxPPassemblage::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxPPassemblage::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing PPassemblage message: %s, element not found\n"; unsigned int i; diff --git a/PPassemblageComp.cxx b/PPassemblageComp.cxx index 6b84ecac..e649370b 100644 --- a/PPassemblageComp.cxx +++ b/PPassemblageComp.cxx @@ -93,7 +93,7 @@ cxxPPassemblageComp::cxxPPassemblageComp2pure_phase(std::list < } void -cxxPPassemblageComp::dump_xml(std::ostream & s_oss, unsigned int indent) const const +cxxPPassemblageComp::dump_xml(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing pure_phase message: %s, element not found\n"; unsigned int i; @@ -124,7 +124,7 @@ cxxPPassemblageComp::dump_xml(std::ostream & s_oss, unsigned int indent) const c } void -cxxPPassemblageComp::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxPPassemblageComp::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing pure_phase message: %s, element not found\n"; unsigned int i; diff --git a/Reaction.cxx b/Reaction.cxx index 044a0245..91748dd6 100644 --- a/Reaction.cxx +++ b/Reaction.cxx @@ -158,7 +158,7 @@ cxxReaction::dump_xml(std::ostream & s_oss, unsigned int indent) const const #endif void -cxxReaction::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxReaction::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing irrev message: %s, element not found\n"; unsigned int i; diff --git a/SSassemblage.cxx b/SSassemblage.cxx index 2115b7f8..a5dd5251 100644 --- a/SSassemblage.cxx +++ b/SSassemblage.cxx @@ -122,7 +122,7 @@ cxxSSassemblage::dump_xml(std::ostream & s_oss, unsigned int indent) const const } #endif void -cxxSSassemblage::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxSSassemblage::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing SSassemblage message: %s, element not found\n"; unsigned int i; diff --git a/SSassemblageSS.cxx b/SSassemblageSS.cxx index c11d4888..918c80c3 100644 --- a/SSassemblageSS.cxx +++ b/SSassemblageSS.cxx @@ -184,7 +184,7 @@ cxxSSassemblageSS::dump_xml(std::ostream & s_oss, unsigned int indent) const con } #endif void -cxxSSassemblageSS::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxSSassemblageSS::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing s_s message: %s, element not found\n"; unsigned int i; diff --git a/Solution.cxx b/Solution.cxx index 16ede052..47564806 100644 --- a/Solution.cxx +++ b/Solution.cxx @@ -324,7 +324,7 @@ cxxSolution::cxxSolution2solution() } void -cxxSolution::dump_xml(std::ostream & s_oss, unsigned int indent) const const +cxxSolution::dump_xml(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing solution message: %s, element not found\n"; unsigned int i; @@ -436,7 +436,7 @@ cxxSolution::dump_xml(std::ostream & s_oss, unsigned int indent) const const } void -cxxSolution::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxSolution::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing solution message: %s, element not found\n"; unsigned int i; @@ -936,7 +936,7 @@ cxxSolution::multiply(double extensive) } double -cxxSolution::get_total(char *string) const const +cxxSolution::get_total(char *string) const { cxxNameDouble::const_iterator it = this->totals.find(string); if (it == this->totals.end()) @@ -949,7 +949,7 @@ cxxSolution::get_total(char *string) const const } } double -cxxSolution::get_total_element(char *string) const const +cxxSolution::get_total_element(char *string) const { cxxNameDouble::const_iterator it; double d = 0.0; @@ -991,7 +991,7 @@ cxxSolution::set_total(char *string, double d) } double -cxxSolution::get_master_activity(char *string) const const +cxxSolution::get_master_activity(char *string) const { cxxNameDouble::const_iterator it = this->master_activity.find(string); if (it == this->master_activity.end()) diff --git a/SolutionIsotope.cxx b/SolutionIsotope.cxx index ed7e6384..c8a62387 100644 --- a/SolutionIsotope.cxx +++ b/SolutionIsotope.cxx @@ -76,7 +76,7 @@ std::string cxxSolutionIsotope::get_name() constconst #endif void -cxxSolutionIsotope::dump_xml(std::ostream & s_oss, unsigned int indent) const const +cxxSolutionIsotope::dump_xml(std::ostream & s_oss, unsigned int indent) const { unsigned int i; @@ -116,7 +116,7 @@ cxxSolutionIsotope::dump_xml(std::ostream & s_oss, unsigned int indent) const co } void -cxxSolutionIsotope::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxSolutionIsotope::dump_raw(std::ostream & s_oss, unsigned int indent) const { unsigned int i; @@ -200,7 +200,7 @@ CParser::STATUS_TYPE cxxSolutionIsotope::read_raw(CParser & parser) } bool -cxxSolutionIsotope::operator<(const cxxSolutionIsotope & isotope) const const +cxxSolutionIsotope::operator<(const cxxSolutionIsotope & isotope) const { int i = Utilities::strcmp_nocase(this->elt_name, isotope.elt_name); if (i != 0) diff --git a/StorageBin.cxx b/StorageBin.cxx index cd4c5aa1..91580250 100644 --- a/StorageBin.cxx +++ b/StorageBin.cxx @@ -210,7 +210,7 @@ cxxStorageBin::dump_xml(std::ostream & s_oss, unsigned int indent) const const #endif void -cxxStorageBin::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxStorageBin::dump_raw(std::ostream & s_oss, unsigned int indent) const { // Dump all data diff --git a/Surface.cxx b/Surface.cxx index 085aef13..b4eb8150 100644 --- a/Surface.cxx +++ b/Surface.cxx @@ -213,7 +213,7 @@ cxxSurface::cxxSurface2surface() } void -cxxSurface::dump_xml(std::ostream & s_oss, unsigned int indent) const const +cxxSurface::dump_xml(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing surface message: %s, element not found\n"; unsigned int i; @@ -286,7 +286,7 @@ cxxSurface::dump_xml(std::ostream & s_oss, unsigned int indent) const const } void -cxxSurface::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxSurface::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing surface message: %s, element not found\n"; unsigned int i; diff --git a/SurfaceCharge.cxx b/SurfaceCharge.cxx index 886c427c..de98f183 100644 --- a/SurfaceCharge.cxx +++ b/SurfaceCharge.cxx @@ -122,7 +122,7 @@ cxxSurfaceCharge::cxxSurfaceCharge2surface_charge(std::list < } void -cxxSurfaceCharge::dump_xml(std::ostream & s_oss, unsigned int indent) const const +cxxSurfaceCharge::dump_xml(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing surf_charge message: %s, element not found\n"; unsigned int i; @@ -159,7 +159,7 @@ cxxSurfaceCharge::dump_xml(std::ostream & s_oss, unsigned int indent) const cons } void -cxxSurfaceCharge::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxSurfaceCharge::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing surf_charge message: %s, element not found\n"; unsigned int i; diff --git a/SurfaceComp.cxx b/SurfaceComp.cxx index 52007db0..829e4c3f 100644 --- a/SurfaceComp.cxx +++ b/SurfaceComp.cxx @@ -136,7 +136,7 @@ cxxSurfaceComp::cxxSurfaceComp2surface_comp(std::list < cxxSurfaceComp > &el) } void -cxxSurfaceComp::dump_xml(std::ostream & s_oss, unsigned int indent) const const +cxxSurfaceComp::dump_xml(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing surf_comp message: %s, element not found\n"; unsigned int i; @@ -186,7 +186,7 @@ cxxSurfaceComp::dump_xml(std::ostream & s_oss, unsigned int indent) const const } void -cxxSurfaceComp::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxSurfaceComp::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing surf_comp message: %s, element not found\n"; unsigned int i; diff --git a/Temperature.cxx b/Temperature.cxx index 6c2c759c..2ceeb196 100644 --- a/Temperature.cxx +++ b/Temperature.cxx @@ -141,7 +141,7 @@ cxxTemperature::dump_xml(std::ostream & s_oss, unsigned int indent) const const #endif void -cxxTemperature::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxTemperature::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing temperature message: %s, element not found\n"; unsigned int i; diff --git a/cxxKinetics.cxx b/cxxKinetics.cxx index 8c815156..49392e43 100644 --- a/cxxKinetics.cxx +++ b/cxxKinetics.cxx @@ -186,7 +186,7 @@ cxxKinetics::dump_xml(std::ostream & s_oss, unsigned int indent) const const #endif void -cxxKinetics::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxKinetics::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing kinetics message: %s, element not found\n"; unsigned int i; diff --git a/cxxMix.cxx b/cxxMix.cxx index 641e5427..8f7145be 100644 --- a/cxxMix.cxx +++ b/cxxMix.cxx @@ -129,7 +129,7 @@ cxxMix::dump_xml(std::ostream & s_oss, unsigned int indent) const const #endif void -cxxMix::dump_raw(std::ostream & s_oss, unsigned int indent) const const +cxxMix::dump_raw(std::ostream & s_oss, unsigned int indent) const { //const char ERR_MESSAGE[] = "Packing mix message: %s, element not found\n"; unsigned int i;