Skip to content

Commit 706d05b

Browse files
author
Peterson
committed
fixing #ifdef copy and paste bug
1 parent effc4d5 commit 706d05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/njoy/dryad/format/gnds/convertCrossSection.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef NJOY_DRYAD_FORMAT_GNDS_CONVERTENERGY
2-
#define NJOY_DRYAD_FORMAT_GNDS_CONVERTENERGY
1+
#ifndef NJOY_DRYAD_FORMAT_GNDS_CONVERTCROSSSECTION
2+
#define NJOY_DRYAD_FORMAT_GNDS_CONVERTCROSSSECTION
33

44
// system includes
55
#include <vector>

0 commit comments

Comments
 (0)