summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--expt_0525.cu2
-rw-r--r--expt_0528.cu2
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