[Echempp-devel] Experiment/ExcitationFunction/test excitationFunctionTest.cpp, 1.21, 1.22
Status: Beta
Brought to you by:
berndspeiser
|
From: Bernd S. <ber...@us...> - 2007-05-14 19:18:24
|
Update of /cvsroot/echempp/Experiment/ExcitationFunction/test
In directory sc8-pr-cvs17:/tmp/cvs-serv21672/Experiment/ExcitationFunction/test
Modified Files:
excitationFunctionTest.cpp
Log Message:
checking xml problem
Index: excitationFunctionTest.cpp
===================================================================
RCS file: /cvsroot/echempp/Experiment/ExcitationFunction/test/excitationFunctionTest.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** excitationFunctionTest.cpp 14 May 2007 15:38:19 -0000 1.21
--- excitationFunctionTest.cpp 14 May 2007 19:18:14 -0000 1.22
***************
*** 1013,1018 ****
<< std::endl;
CVExcitationFunction cv_xmlload;
std::cout << " CVExcitationFunction object generated!" << std::endl;
! /*
try {
TiXmlHandle root = BSUtilities::xmlr::xmlInit (xmlsave_ef_filename);
--- 1013,1020 ----
<< std::endl;
CVExcitationFunction cv_xmlload;
+
+ // only for testing
std::cout << " CVExcitationFunction object generated!" << std::endl;
!
try {
TiXmlHandle root = BSUtilities::xmlr::xmlInit (xmlsave_ef_filename);
***************
*** 1033,1037 ****
<< " (expect: " << CV3.maximum () << ")" << std::endl;
std::cout << std::endl;
- */
EtExcitationFunction et_xmlsave (HR);
--- 1035,1038 ----
|