[Echempp-devel] Experiment/ExcitationFunction excitationFunction.hpp, 1.34, 1.35
Status: Beta
Brought to you by:
berndspeiser
|
From: Bernd S. <ber...@us...> - 2007-05-11 14:51:00
|
Update of /cvsroot/echempp/Experiment/ExcitationFunction
In directory sc8-pr-cvs17:/tmp/cvs-serv22460/Experiment/ExcitationFunction
Modified Files:
excitationFunction.hpp
Log Message:
testing xml input failure
Index: excitationFunction.hpp
===================================================================
RCS file: /cvsroot/echempp/Experiment/ExcitationFunction/excitationFunction.hpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** excitationFunction.hpp 17 Feb 2007 18:03:16 -0000 1.34
--- excitationFunction.hpp 11 May 2007 14:50:50 -0000 1.35
***************
*** 329,332 ****
--- 329,336 ----
TiXmlElement *element = node.Element();
+
+ std::cout << " Tag zum Vergleich: `" << TAG << "'" << std::endl;
+ std::cout << " in ef load, TAG: `" << element->ValueStr () << std::endl;
+
if (element && (element->ValueStr() == TAG))
{
***************
*** 879,882 ****
--- 883,887 ----
TiXmlElement *element = node.Element();
+
if (element && (element->ValueStr() == Segments::Segment::TAG))
{
|