Skip to content

Commit

Permalink
fix(radcompare): Added "TILED" to the list of ignored header variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Dec 9, 2024
1 parent 8187e5e commit 5201d3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util/radcompare.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef lint
static const char RCSid[] = "$Id: radcompare.c,v 2.34 2023/11/21 20:01:39 greg Exp $";
static const char RCSid[] = "$Id: radcompare.c,v 2.35 2024/12/09 00:29:30 greg Exp $";
#endif
/*
* Compare Radiance files for significant differences
Expand Down Expand Up @@ -79,6 +79,7 @@ const char *hdr_ignkey[] = {
"CAPDATE",
"GMT",
"FRAME",
"TILED",
NULL /* terminator */
};
/* header variable settings */
Expand Down

0 comments on commit 5201d3a

Please # to comment.