diff options
| author | KunoiSayami <[email protected]> | 2023-05-30 21:45:30 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2023-05-30 21:45:30 +0800 |
| commit | 5d373e5db4d1626f085c5f19ab8481f8a0b14226 (patch) | |
| tree | 455bd799ddfc4da2c978822c9de8a1942203fa11 /expt_0525.cu | |
| parent | 77796af33c0b45189b03839f725899c62db8ae71 (diff) | |
feat(exp): Remove pre-declaration of node class
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'expt_0525.cu')
| -rw-r--r-- | expt_0525.cu | 2 |
1 files changed, 1 insertions, 1 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 |
