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_0525.cu | 2 +- expt_0528.cu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/expt_0525.cu b/expt_0525.cu index 8e803e0..c2ee041 100644 --- a/expt_0525.cu +++ b/expt_0525.cu @@ -149,7 +149,7 @@ inline void __cudaCheckError(const char *file, const int line) { #endif } -class Node; +// class Node; // Definition of generic node class 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