[Echempp-devel] Experiment/ExcitationFunction/test excitationFunctionTest.cpp, 1.23, 1.24
Status: Beta
Brought to you by:
berndspeiser
|
From: Bernd S. <ber...@us...> - 2007-05-19 15:52:27
|
Update of /cvsroot/echempp/Experiment/ExcitationFunction/test
In directory sc8-pr-cvs17:/tmp/cvs-serv10842/Experiment/ExcitationFunction/test
Modified Files:
excitationFunctionTest.cpp
Log Message:
TinyXml 2.5.3 used - xml load problem solved
Index: excitationFunctionTest.cpp
===================================================================
RCS file: /cvsroot/echempp/Experiment/ExcitationFunction/test/excitationFunctionTest.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** excitationFunctionTest.cpp 15 May 2007 14:10:45 -0000 1.23
--- excitationFunctionTest.cpp 19 May 2007 15:52:13 -0000 1.24
***************
*** 1014,1026 ****
CVExcitationFunction cv_xmlload;
- // only for testing
- std::cout << " CVExcitationFunction object generated!" << std::endl;
-
try {
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
--- 1014,1021 ----
|