From 3bde4cbd4a857a8caedf2491d442735d5d0873ce Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Fri, 25 Mar 2022 16:22:34 +0100 Subject: [PATCH] Fix header guard nucomp --- src/nucomp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nucomp.h b/src/nucomp.h index d7f55a95..9163ebb6 100644 --- a/src/nucomp.h +++ b/src/nucomp.h @@ -1,5 +1,5 @@ -#ifndef VDF_NEW_H -#define VDF_NEW_H +#ifndef NUCOMP_H +#define NUCOMP_H /** Copyright (C) 2012 William Hart @@ -343,4 +343,4 @@ void nudupl_form(form &a, form &b, integer &D, integer &L) *a.c.impl = *fr.c; } -#endif // VDF_NEW_H +#endif // NUCOMP_H