Skip to content

Commit

Permalink
Fix header guard nucomp
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Mar 25, 2022
1 parent 964a96f commit 3bde4cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
Expand Down Expand Up @@ -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

0 comments on commit 3bde4cb

Please sign in to comment.