AM_LDFLAGS = $(QT_LDFLAGS) $(X_LDFLAGS) $(KDE_RPATH)
-check_PROGRAMS = xmlreadingtest isotopereadingtest cmlspectest
+check_PROGRAMS = xmlreadingtest isotopereadingtest #cmlspectest
xmlreadingtest_SOURCES = xmlreadingtest.cpp
xmlreadingtest_LDFLAGS = $(all_libraries)
xmlreadingtest_LDADD = ../libscience.la
-#isotopereadingtest_SOURCES = isotopereadingtest.cpp
-#isotopereadingtest_LDFLAGS = $(all_libraries)
-#isotopereadingtest_LDADD = ../libscience.la
+isotopereadingtest_SOURCES = isotopereadingtest.cpp
+isotopereadingtest_LDFLAGS = $(all_libraries)
+isotopereadingtest_LDADD = ../libscience.la
#cmlspectest_SOURCES = cmlspectest.cpp
#cmlspectest_LDFLAGS = $(all_libraries)
#include "../isotopeparser.h"
#include "../isotope.h"
+#include "../chemicaldataobject.h"
#include <kdebug.h>
#include <iostream>
QList<Isotope*> v = parser->getIsotopes();
+ kDebug() << "# of Isotopes found: " << v.count() << endl;
+
foreach( Isotope* e, v ){
if ( e )
{