]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix two typos which even prevented compiling.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 27 Aug 1998 16:17:13 +0000 (16:17 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 27 Aug 1998 16:17:13 +0000 (16:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@530 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_handler.cc

index 847f4a5ba5284f59907e2cae53a82310d34a822c..bdcc294454798ce0b24cb88f25f26811d368ed99 100644 (file)
@@ -1221,7 +1221,7 @@ void DoFHandler<1>::do_renumbering (const vector<int> &new_numbers) {
 
 template <>
 void DoFHandler<2>::do_renumbering (const vector<int> &new_numbers) {
-  Assert (new_number.size() == n_dofs(level), ExcRenumberingIncomplete());
+  Assert (new_numbers.size() == n_dofs(), ExcRenumberingIncomplete());
 
   for (vector<int>::iterator i=vertex_dofs.begin(); i!=vertex_dofs.end(); ++i)
     {

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.