]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed compiling error due to misapplication of variable names and types 7114/head
authorDustin Kumor <dustin.kumor@tu-dortmund.de>
Fri, 24 Aug 2018 16:20:55 +0000 (18:20 +0200)
committerDustin Kumor <dustin.kumor@tu-dortmund.de>
Fri, 24 Aug 2018 16:28:11 +0000 (18:28 +0200)
Former ConstraintLine pointer (line_ptr) is now a ConstraintLine reference (line)

include/deal.II/lac/affine_constraints.templates.h

index 740e2d79f5591444e1bac17105a34c646e052150..8066c0c3719d09c1e885b98d77f091614aaf4c1a 100644 (file)
@@ -267,7 +267,7 @@ AffineConstraints<number>::add_entries(
           }
 
       if (entry_exists == false)
-        line_ptr->entries.push_back(col_val_pair);
+        line.entries.push_back(col_val_pair);
     }
 }
 

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.