# | Line 5 | Line 5 | static const char RCSid[] = "$Id$"; | |
---|---|---|
5 | * Plot 3-D BSDF output based on scattering interpolant or XML representation | |
6 | */ | |
7 | ||
8 | – | #include <stdio.h> |
9 | – | #include <string.h> |
8 | #include <stdlib.h> | |
9 | + | #include "rtio.h" |
10 | #include "paths.h" | |
11 | #include "rtmath.h" | |
13 | – | #include "resolu.h" |
12 | #include "bsdfrep.h" | |
13 | ||
14 | #ifndef NINCIDENT | |
# | Line 676 | Line 674 | convert_mgf(const char *mgfdata) | |
674 | static int | |
675 | rbf_headline(char *s, void *p) | |
676 | { | |
677 | < | char fmt[64]; |
677 | > | char fmt[MAXFMTLEN]; |
678 | ||
679 | if (formatval(fmt, s)) { | |
680 | if (strcmp(fmt, BSDFREP_FMT)) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |