]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a typo
authorBruno Turcksin <bruno.turcksin@gmail.com>
Thu, 2 Aug 2018 14:40:39 +0000 (14:40 +0000)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Mon, 13 Aug 2018 14:43:36 +0000 (14:43 +0000)
source/lac/cuda_vector.cu

index c94d1b011e6608d2510d699c27a27792fed3415d..1809c51f6f18433ed646f57f972e08d25101b8f8 100644 (file)
@@ -183,7 +183,7 @@ namespace LinearAlgebra
     Vector<Number> &
     Vector<Number>::operator=(const Number s)
     {
-      Assert(s == Number(), ExcMessage("Onlyt 0 can be assigned to a vector."));
+      Assert(s == Number(), ExcMessage("Only 0 can be assigned to a vector."));
       (void)s;
 
       cudaError_t error_code = cudaMemset(val, 0, n_elements * sizeof(Number));

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.