# | Line 11 | Line 11 | static const char RCSid[] = "$Id$"; | |
---|---|---|
11 | supported by the Swiss National Science Foundation (SNSF, #147053) | |
12 | ================================================================== | |
13 | ||
14 | – | $Id$ |
14 | */ | |
15 | ||
16 | ||
# | Line 128 | Line 127 | int main (int argc, char** argv) | |
127 | ||
128 | /* Identify photon map type from format string */ | |
129 | for (ptype = 0; | |
130 | < | strcmp(pmapFormat [ptype], format) && ptype < NUM_PMAP_TYPES; |
130 | > | ptype < NUM_PMAP_TYPES && strcmp(pmapFormat [ptype], format); |
131 | ptype++); | |
132 | ||
133 | if (!validPmapType(ptype)) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |