]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix small problem with non-generated template functions.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 11 Aug 1999 15:55:45 +0000 (15:55 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 11 Aug 1999 15:55:45 +0000 (15:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@1678 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_accessor.cc

index b39d07b7fb5172097c0e44ecb8667c3a71773fc0..3473bcf58575a004c2313680a488535ea8178ea4 100644 (file)
@@ -215,7 +215,7 @@ distribute_local_to_global (const FullMatrix<double> &local_source,
 
 template <int dim>
 void DoFObjectAccessor<3, dim>::set_dof_index (const unsigned int i,
-                                                   const int index) const {
+                                              const int index) const {
   Assert (dof_handler != 0, ExcInvalidObject());
                                   // make sure a FE has been selected
                                   // and enough room was reserved
@@ -231,8 +231,8 @@ void DoFObjectAccessor<3, dim>::set_dof_index (const unsigned int i,
 
 template <int dim>
 void DoFObjectAccessor<3, dim>::set_vertex_dof_index (const unsigned int vertex,
-                                                          const unsigned int i,
-                                                          const int index) const {
+                                                     const unsigned int i,
+                                                     const int index) const {
   Assert (dof_handler != 0, ExcInvalidObject());
   Assert (dof_handler->selected_fe != 0, ExcInvalidObject());
   Assert (vertex<8, ExcIndexRange (i,0,8));
@@ -823,6 +823,7 @@ template class TriaActiveIterator<2,DoFCellAccessor<2> >;
 #if deal_II_dimension == 3
 template class DoFObjectAccessor<1, 3>;
 template class DoFObjectAccessor<2, 3>;
+template class DoFObjectAccessor<3, 3>;
 template class DoFCellAccessor<3>;
 
 template class TriaRawIterator   <3,DoFObjectAccessor<1, 3> >;

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.