diff options
Diffstat (limited to 'core/profile.c')
-rw-r--r-- | core/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/profile.c b/core/profile.c index e463c9c2b..78f3b2f57 100644 --- a/core/profile.c +++ b/core/profile.c @@ -1147,7 +1147,7 @@ void calculate_deco_information(struct deco_state *ds, struct deco_state *planne } free(cache_data_initial); #if DECO_CALC_DEBUG & 1 - dump_tissues(); + dump_tissues(ds); #endif unlock_planner(); } |