[Echempp-devel] Experiment/ExcitationFunction/test excitationFunctionTest.cpp, 1.22, 1.23
Status: Beta
Brought to you by:
berndspeiser
|
From: Bernd S. <ber...@us...> - 2007-05-15 14:10:49
|
Update of /cvsroot/echempp/Experiment/ExcitationFunction/test
In directory sc8-pr-cvs17:/tmp/cvs-serv26154/Experiment/ExcitationFunction/test
Modified Files:
excitationFunctionTest.cpp
Log Message:
testing xml input failure
Index: excitationFunctionTest.cpp
===================================================================
RCS file: /cvsroot/echempp/Experiment/ExcitationFunction/test/excitationFunctionTest.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** excitationFunctionTest.cpp 14 May 2007 19:18:14 -0000 1.22
--- excitationFunctionTest.cpp 15 May 2007 14:10:45 -0000 1.23
***************
*** 1020,1024 ****
--- 1020,1026 ----
TiXmlHandle root = BSUtilities::xmlr::xmlInit (xmlsave_ef_filename);
+ std::cout << " root generated!" << std::endl;
cv_xmlload.load (root);
+ std::cout << " root finished!" << std::endl;
BSUtilities::xmlr::xmlFinish (root);
std::cout << " file `" << xmlsave_ef_filename
|