[Echempp-devel] GUI/Windows/Qt/EChem++/Experiment cvExcitationFunctionDialog.cpp, 1.29, 1.30
Status: Beta
Brought to you by:
berndspeiser
|
From: beeblbrox <bee...@us...> - 2008-03-27 13:14:58
|
Update of /cvsroot/echempp/GUI/Windows/Qt/EChem++/Experiment In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv12318/GUI/Windows/Qt/EChem++/Experiment Modified Files: cvExcitationFunctionDialog.cpp Log Message: Minor change on includes. Index: cvExcitationFunctionDialog.cpp =================================================================== RCS file: /cvsroot/echempp/GUI/Windows/Qt/EChem++/Experiment/cvExcitationFunctionDialog.cpp,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** cvExcitationFunctionDialog.cpp 20 Jan 2008 23:57:16 -0000 1.29 --- cvExcitationFunctionDialog.cpp 27 Mar 2008 13:14:52 -0000 1.30 *************** *** 246,250 **** this->coordDrawer(); - if( _EtFunction.size() > 0 ) { --- 246,249 ---- |