From 5d373e5db4d1626f085c5f19ab8481f8a0b14226 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Tue, 30 May 2023 21:45:30 +0800 Subject: feat(exp): Remove pre-declaration of node class Signed-off-by: KunoiSayami --- expt_0528.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'expt_0528.cu') diff --git a/expt_0528.cu b/expt_0528.cu index da648f8..9ac7059 100644 --- a/expt_0528.cu +++ b/expt_0528.cu @@ -149,7 +149,7 @@ inline void __cudaCheckError(const char *file, const int line) { #endif } -class Node; +// class Node; // Definition of generic node class -- cgit v1.3.1