Mon, Oct 23 2006
03:26:28
|
|
Request created by hbowman
|
|
Subject: r.slope.aspect: missing closing G_percent()s
Hi,
r.slope.aspect is missing G_percent() calls after the loops finish so it never
hits "100%\n".
This makes the GUI percentage bar never complete and the terminal output look
funny:
percent complete: CREATING SUPPORT FILES
...
instead of
percent complete: 100%
CREATING SUPPORT FILES
...
Hamish
|
|
Mon, Oct 23 2006
06:40:08
|
|
Mail sent by rez@touchofmadness.com
|
|
Return-Path |
<rez@touchofmadness.com>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Subject |
Re: [GRASS-dev] [bug #5225] (grass) r.slope.aspect: missing closing G_percent()s
|
From |
Brad Douglas <rez@touchofmadness.com>
|
Reply-To |
rez@touchofmadness.com
|
To |
Request Tracker <grass-bugs@intevation.de>, Hamish Bowman <hamish_nospam@yahoo.com>
|
In-Reply-To |
<20061023012628.799DC1006A8@lists.intevation.de>
|
References |
<20061023012628.799DC1006A8@lists.intevation.de>
|
Content-Type |
text/plain
|
Date |
Sun, 22 Oct 2006 21:39:43 -0700
|
Message-Id |
<1161578383.2561.87.camel@devel>
|
Mime-Version |
1.0
|
X-Mailer |
Evolution 2.6.3 (2.6.3-1.fc5.5)
|
Content-Transfer-Encoding |
7bit
|
X-Virus-Scanned |
by amavisd-new at intevation.de
|
X-Spam-Status |
No, hits=-5 tagged_above=-999 required=3 tests=[BAYES_00=-5]
|
X-Spam-Level |
|
On Mon, 2006-10-23 at 03:26 +0200, Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=5225
> -------------------------------------------------------------------------
>
> Subject: r.slope.aspect: missing closing G_percent()s
>
> Hi,
>
> r.slope.aspect is missing G_percent() calls after the loops finish so it never
> hits "100%\n".
>
> This makes the GUI percentage bar never complete and the terminal output look
> funny:
>
> percent complete: CREATING SUPPORT FILES
> ...
>
> instead of
>
> percent complete: 100%
> CREATING SUPPORT FILES
> ...
r.slope.aspect has proper usage of G_percent(). I added '\n' so that it
is better formatted. Committed to CVS.
--
Brad Douglas <rez touchofmadness com> KB8UYR/6
Address: 37.493,-121.924 / WGS84 National Map Corps #TNMC-3785
|
|
Mon, Oct 23 2006
07:40:59
|
|
Status changed to resolved by hbowman
|
|
Mon, Oct 23 2006
07:40:59
|
|
Comments added by hbowman
|
|
was missing "!" in q.flag test. Fixed in CVS by Brad.
cheers,
Hamish
|
|