[Debichem-commits] [SCM] massXpert mass spectrometry suite: debian packaging branch, debian, updated. upstream/3.2.0-1-g5564507
Filippo Rusconi (Debian Maintainer)
rusconi-debian at laposte.net
Thu Nov 24 21:27:46 UTC 2011
The following commit has been merged in the debian branch:
commit 6f56ebdce80a3351cbb1378d2e4044a780e4d295
Author: Filippo Rusconi (Debian Maintainer) <rusconi-debian at laposte.net>
Date: Fri Apr 9 21:53:54 2010 +0200
Leaving some debuggin code in the file, although it is commented out.
diff --git a/lib/sequence.cpp b/lib/sequence.cpp
index 254a62a..9c03a93 100644
--- a/lib/sequence.cpp
+++ b/lib/sequence.cpp
@@ -306,7 +306,10 @@ namespace massXpert
}
unspacifyMonomerText();
-
+
+// qDebug() << __FILE__ << __LINE__
+// << "Sequence:" << m_monomerText;
+
ret = nextCode(&code, &index, &err, polChemDef->codeLength());
const QList<Monomer*> &refList = polChemDef->monomerList();
@@ -352,8 +355,14 @@ namespace massXpert
}
m_monomerList.append(monomer);
-
+
+// qDebug() << __FILE__ << __LINE__
+// << "New monomer:" << monomer->name();
+
++index;
+
+// qDebug() << __FILE__ << __LINE__ << "index:" << index;
+
ret = nextCode(&code, &index, &err, polChemDef->codeLength());
}
// End of
--
massXpert mass spectrometry suite: debian packaging
More information about the Debichem-commits
mailing list