Skip to content

Commit 7a6a2d2

Browse files
committed
removing random printf
1 parent 201a6b7 commit 7a6a2d2

File tree

5 files changed

+0
-2
lines changed

5 files changed

+0
-2
lines changed

release/Mac/lib/libquaqua.jnilib

-41.7 KB
Binary file not shown.

release/Mac/lib/libquaqua64.jnilib

-73.7 KB
Binary file not shown.
1.29 MB
Binary file not shown.

release/Mac/lib/quaqua.jar

69.3 KB
Binary file not shown.

src/dr/evomodelxml/coalescent/GMRFSkyrideLikelihoodParser.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@ public Object parseXMLObject(XMLObject xo) throws XMLParseException {
246246

247247
} else {
248248
if(xo.getChild(GRID_POINTS) != null){
249-
System.err.println("A");
250-
251249
return new GMRFMultilocusSkyrideLikelihood(treeList, popParameter, groupParameter, precParameter,
252250
lambda, betaParameter, dMatrix, timeAwareSmoothing, gridPoints, covariates, ploidyFactors,
253251
lastObservedIndex, covPrecParam, betaList);

0 commit comments

Comments
 (0)