ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/wrapBSDF.c
(Generate patch)

Comparing ray/src/util/wrapBSDF.c (file contents):
Revision 2.25 by greg, Tue Jul 21 15:24:42 2020 UTC vs.
Revision 2.26 by greg, Mon Oct 26 21:12:20 2020 UTC

# Line 27 | Line 27 | const char     legal_units[] = "meter|foot|inch|centimeter
27                                          /* system materials & geometry */
28   const char      *mgf_geometry = NULL;
29                                          /* comment list */
30 < #define MAXCOMM         30
30 > #define MAXCOMM         80
31   const char      *commlist[MAXCOMM];
32   int             ncomm = 0;
33                                          /* angle bases */
# Line 817 | Line 817 | main(int argc, char *argv[])
817                                                  argv[0]);
818                                  return 1;
819                          }
820 <                        if (strchr(argv[++i], '>') != NULL) {
820 >                        if (strstr(argv[++i], "-->") != NULL) {
821                                  fprintf(stderr, "%s: illegal character in comment\n",
822                                                  argv[0]);
823                                  return 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines