[Echempp-devel] Experiment/ExcitationFunction excitationFunction.hpp, 1.36, 1.37
Status: Beta
Brought to you by:
berndspeiser
|
From: Bernd S. <ber...@us...> - 2007-05-14 19:18:25
|
Update of /cvsroot/echempp/Experiment/ExcitationFunction
In directory sc8-pr-cvs17:/tmp/cvs-serv21672/Experiment/ExcitationFunction
Modified Files:
excitationFunction.hpp
Log Message:
checking xml problem
Index: excitationFunction.hpp
===================================================================
RCS file: /cvsroot/echempp/Experiment/ExcitationFunction/excitationFunction.hpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** excitationFunction.hpp 14 May 2007 15:38:19 -0000 1.36
--- excitationFunction.hpp 14 May 2007 19:18:14 -0000 1.37
***************
*** 331,335 ****
std::cout << " Tag zum Vergleich: `" << ExcitationFunction::TAG << "'" << std::endl;
! std::cout << " in ef load, TAG: `" << element->ValueStr () << std::endl;
if (element && (element->ValueStr() == ExcitationFunction::TAG))
--- 331,335 ----
std::cout << " Tag zum Vergleich: `" << ExcitationFunction::TAG << "'" << std::endl;
! std::cout << " in ef load, TAG: `" << element->ValueStr () << "'" << std::endl;
if (element && (element->ValueStr() == ExcitationFunction::TAG))
***************
*** 885,890 ****
std::cout << " Tag zum Vergleich: `" << ExcitationFunction::TAG << "'" << std::endl;
! //std::cout << " in sd_ef load, TAG: `" << element->ValueStr () << std::endl;
! if (element && (element->ValueStr() == Segments::Segment::TAG))
{
TiXmlNode *child = 0;
--- 885,890 ----
std::cout << " Tag zum Vergleich: `" << ExcitationFunction::TAG << "'" << std::endl;
! std::cout << " in sd_ef load, TAG: `" << element->ValueStr () << "'" << std::endl;
! if (element && (element->ValueStr() == ExcitationFunction::TAG))
{
TiXmlNode *child = 0;
|