removing printing used for debugging

time-shift
Michel Juillard 2012-08-01 18:38:42 +02:00
parent 9d224dba1f
commit f5f5ca1a83
1 changed files with 0 additions and 2 deletions

View File

@ -260,8 +260,6 @@ extern "C" {
// run stochastic steady
app.walkStochSteady();
app.get_rule_ders()->print();
/* Write derivative outputs into memory map */
map<string, ConstTwoDMatrix> mm;
app.getFoldDecisionRule().writeMMap(mm, string());