From 9e8598fb1ca359143600d6bb2e8b317126a86bcc Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 16 May 2020 20:59:10 +0100 Subject: Upgrade to C++17 [CMake] (#4717) * Make our CMake slightly less insane --- src/LinearUpscale.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/LinearUpscale.h') diff --git a/src/LinearUpscale.h b/src/LinearUpscale.h index d0c2bb41a..349a3a55d 100644 --- a/src/LinearUpscale.h +++ b/src/LinearUpscale.h @@ -26,6 +26,13 @@ Regular upscaling takes two arrays and "moves" the input from src to dst; src is + +#pragma once + + + + + /** Linearly interpolates values in the array between the equidistant anchor points (upscales). Works in-place (input is already present at the correct output coords) -- cgit v1.2.3