X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=blobdiff_plain;f=shape.h;h=671d93cfd918aac722002938f81d1999f75d3436;hp=44f2f91c981233d96ff53b737c00b3fde03d9f4a;hb=HEAD;hpb=34aeb8100a6c19dae72779f9e46a0acbb5a069c7 diff --git a/shape.h b/shape.h index 44f2f91..671d93c 100644 --- a/shape.h +++ b/shape.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with pysvrt. If not, see . + * along with svrt. If not, see . * */ @@ -32,7 +32,13 @@ class Shape { static const int margin = 1; static const int nb_max_pixels = Vignette::width * Vignette::height; + +#if __cplusplus >= 201103L + static constexpr scalar_t gap_max = 0.25; +#else static const scalar_t gap_max = 0.25; +#endif + int n_pixels1, n_pixels2, n_pixels3, n_pixels4; int nb_pixels; scalar_t xc, yc;