Skip to content

Commit 11daf33

Browse files
committed
report particle count
1 parent b22c67f commit 11daf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/beast/gss/NS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ protected void initParticles() {
304304
particleStates[i] = state.toXML(0);
305305
particleLikelihoods[i] = likelihood.getArrayValue();
306306
}
307-
Log.warning("particles initialised");
307+
Log.warning(particleCount + " particles initialised");
308308
}
309309

310310
/**

0 commit comments

Comments
 (0)