]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a misplaced forward declaration.
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 10 Jul 2023 06:12:08 +0000 (00:12 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 10 Jul 2023 06:12:17 +0000 (00:12 -0600)
include/deal.II/lac/cuda_vector.h

index 8032d9007d8331dfa9538409a9a2a74283cfaaa2..e0afc93c18894bd79f74c2444b836310d37aa187 100644 (file)
@@ -31,8 +31,11 @@ DEAL_II_NAMESPACE_OPEN
 
 // Forward declarations
 #  ifndef DOXYGEN
-template <typename Number>
-class ReadWriteVector;
+namespace LinearAlgebra
+{
+  template <typename Number>
+  class ReadWriteVector;
+}
 #  endif
 
 namespace LinearAlgebra

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.