Skip to content

Commit

Permalink
r.kappa: better user msg; fix var (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Feb 11, 2020
1 parent a849c23 commit 906076a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion raster/r.kappa/prt_mat.c
Expand Up @@ -86,7 +86,7 @@ void prn_error_mat(int out_cols, int hdr)
if (ncat % out_cols)
num_panels++;
t_rowcount = 0;
fprintf(fd, "\nError Matrix\n");
fprintf(fd, "\nError Matrix (MAP1: reference, MAP2: classification)\n");

for (at_panel = 0; at_panel < num_panels; at_panel++) {
first_col = at_panel * out_cols;
Expand Down
2 changes: 1 addition & 1 deletion raster/r.kappa/stats.c
Expand Up @@ -18,7 +18,7 @@ static void die(void)
int stats(void)
{
char buf[1024];
char mname[GNAME_MAX], rname[GMAPSET_MAX];
char mname[GNAME_MAX], rname[GNAME_MAX];
const char *mmapset, *rmapset;
int i, nl;
size_t ns;
Expand Down

0 comments on commit 906076a

Please sign in to comment.