From 637498c87bf1ac780d8527d0596936fcdd2c6dfc Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Mon, 6 Jun 2011 18:01:05 +0000 Subject: hopefully fixed the "clones aren't treated as clones" bug fixed stupid behaviour of shrink and expand part --- muse2/muse/functions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'muse2/muse/functions.h') diff --git a/muse2/muse/functions.h b/muse2/muse/functions.h index 8a1eb3ed..633457a9 100644 --- a/muse2/muse/functions.h +++ b/muse2/muse/functions.h @@ -85,8 +85,8 @@ void select_in_loop(const std::set& parts); void select_not_in_loop(const std::set& parts); //functions for parts -void shrink_parts(); -void expand_parts(); +void shrink_parts(int raster=-1); //negative values mean "config.division" +void expand_parts(int raster=-1); void clean_parts(); //functions for reading and writing default values -- cgit v1.2.3