[GRASS5] i.ortho.photo fix
Bruce_Byars at baylor.edu
Bruce_Byars at baylor.edu
Thu Dec 16 15:16:27 EST 1999
Look below:
Between comments. Opening brace included but not the
close brace.
static char title[80];
static char *info[] =
{
title,
"",
"This program ortho-rectifies imagery blocks.",
"",
"Please enter the block to be rectified",
0
};
int main (int argc, char *argv[])
{
char block[30], subblock[30], buf[80];
int new;
G_gisinit (argv[0]);
/***
I_location_info (title, argv[0]);
while(1)
{
if (!I_vask_block_new (info, block, "EXIT"))
break;
new = !I_find_block (block);
if (new)
{
sprintf (buf,"\n%s - does not exist, ", block);
G_warning (buf);
continue;
}
if (!I_vask_subblock_old (info, block, subblock, 0, ""))
break;
****/
menu (block, subblock);
}
return 0;
}
----------------------------------------
If you want to unsubscribe from GRASS Development
Team internal mailing list write to:
minordomo at geog.uni-hannover.de with
subject 'unsubscribe grass5'
length: 1933
max: 0
More information about the grass-dev
mailing list