summaryrefslogtreecommitdiff
path: root/expt_0528.cu
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2023-05-30 21:45:30 +0800
committerKunoiSayami <[email protected]>2023-05-30 21:45:30 +0800
commit5d373e5db4d1626f085c5f19ab8481f8a0b14226 (patch)
tree455bd799ddfc4da2c978822c9de8a1942203fa11 /expt_0528.cu
parent77796af33c0b45189b03839f725899c62db8ae71 (diff)
feat(exp): Remove pre-declaration of node class
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'expt_0528.cu')
-rw-r--r--expt_0528.cu2
1 files changed, 1 insertions, 1 deletions
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