X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=T5WM9wrLT8WGeTOjISRMJ8iqEabfu6uB4NAXcCNN8EQ=; b=tSjl9rmJIS5t/d5Oh2A5HbWo8ZO3u9M+IMmTmkKhey7A/Bbuo2YRpkeMn/W2BHv/sX sBGrQkaEyCKXBTZeuD0ax5b/dUabQofBbF3Qie4wui+wEybIXKi/Bn8uvJ/l/WOS0WIS 4nCNb12n2Zp0SSMVw8CMMPwFAWUD4A5xP3CVJKKUbtgRQ56a2XvfuGetYUAQWkLVc+4v sHR9DhKXebwEmymKsEvdFZDAyPx5l0P5BQCcw/vwwsauaVnmYYckAgYVr1G9C2mDNCw+ Ltrx0Jv4JJ5gp7O9Vwu6aRn7nFW6p69jdR4cIv1kStgbiOXDMrgHI8JT8X28UX7PYCUz aMPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=T5WM9wrLT8WGeTOjISRMJ8iqEabfu6uB4NAXcCNN8EQ=; b=L55SnCoy/GI4Jex42WcwLTJ2d41Kyz2lTgRdgyI3GmuqIBXHFqKH5Xxp9U6bEV38FJ wHGASXqISCmPxBrL5NdqDUWMeBqL3hPr22p7X/bjiI4UdRKEZzhlTzIHaqFAsQSbYdi7 OK3xeG9CI51k1DwFDgD8gy0OCf2rjr8jvaMfvRota9iluzVEuAs3RSjw27TqJ7RJcJEd uBVwt4MwB8k9ZLxvfUWAt2hzWfGndHDqcPBfr+KIRMgSeJlAqM1NVcXFJC3lsuMGj3xo 5H9hzDOxTAsP+/EiQ2yh5DcLg5jUMKtnmguCOjPyxhR6MzDexQorLvSoc2yPHAL77EQM 4Swg== X-Gm-Message-State: ALyK8tKkTzdFgWE3F32cNLPVfGRODSqubbZO2r7XK99cGtljIUvHs+reyo/nDfcBEhQKxQ== X-Received: by 10.28.11.129 with SMTP id 123mr5914824wml.84.1466935312044; Sun, 26 Jun 2016 03:01:52 -0700 (PDT) Date: Sun, 26 Jun 2016 12:01:50 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] globalconst.h: DEFAULT_CELLSIZE Message-Id: <20160626120150.da4b9262387fdd947fca7f7a@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Yes if you are sure it set the minimum cell size it must be a very good idea. On Sun, 26 Jun 2016 11:58:40 +0200 (CEST) gedau AT igor2 DOT repo DOT hu wrote: > Hi all, > > reading the code, it looks like this one is a misnomer; what I think it > really sets is the minimum cell size. I propose to rename this to > MINIMUM_CELLSIZE in both mainline pcb and pcb-rnd. > > Regards, > > Igor2