SKIRT / SKIRT9

SKIRT version 9 -- advanced radiative transfer in dusty systems
http://www.skirt.ugent.be
GNU Affero General Public License v3.0
35 stars 30 forks source link

Avoid compiler warning from GCC #82

Closed petercamps closed 3 years ago

petercamps commented 3 years ago

Description This change suppresses a compiler warning issued by recent GCC version for switch statements that include a fall-through case. The new path segment calculators include such a construct. The warning is suppressed by adding a specific comment that gets captured by the compiler.

Motivation Compiler warnings are confusing.

Tests There are no changes to the code itself.