Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit dc9632a

Browse files
committed
fixup.
1 parent 28fb826 commit dc9632a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

coreneuron/utils/offload.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# =============================================================================
77
*/
88
#pragma once
9-
#include <cstddef>
10-
119
#define nrn_pragma_stringify(x) #x
1210
#if defined(CORENEURON_ENABLE_GPU) && defined(CORENEURON_PREFER_OPENMP_OFFLOAD) && defined(_OPENMP)
1311
#define nrn_pragma_acc(x)

0 commit comments

Comments
 (0)