]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix some forgotten places.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Feb 2000 09:52:10 +0000 (09:52 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Feb 2000 09:52:10 +0000 (09:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@2384 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_accessor.h

index d80c96fa9419986d6b4bf3ea38e48986a2ba5a22..bdcaedef753396a6116bd31930517c7caf852382 100644 (file)
@@ -248,20 +248,21 @@ class DoFObjectAccessor : public DoFAccessor<dim>,
                                      * Index of the #i#th degree
                                      * of freedom of this object.
                                      */
-    int dof_index (const unsigned int i) const;
+    unsigned int dof_index (const unsigned int i) const;
 
                                     /**
                                      * Set the index of the #i#th degree
                                      * of freedom of this object to #index#.
                                      */
-    void set_dof_index (const unsigned int i, const int index) const;
+    void set_dof_index (const unsigned int i,
+                       const int index) const;
 
                                     /**
                                      * Index of the #i#th degree
                                      * on the #vertex#th vertex.
                                      */
-    int vertex_dof_index (const unsigned int vertex,
-                         const unsigned int i) const;
+    unsigned int vertex_dof_index (const unsigned int vertex,
+                                  const unsigned int i) const;
 
                                     /**
                                      * Set the index of the #i#th degree
@@ -269,7 +270,7 @@ class DoFObjectAccessor : public DoFAccessor<dim>,
                                      */
     void set_vertex_dof_index (const unsigned int vertex,
                               const unsigned int i,
-                              const int          index) const;
+                              const unsigned int index) const;
 
                                     /**
                                      * Return the indices of the dofs of this
@@ -282,7 +283,7 @@ class DoFObjectAccessor : public DoFAccessor<dim>,
                                      * right size before being passed
                                      * to this function.
                                      */
-    void get_dof_indices (vector<int> &dof_indices) const;
+    void get_dof_indices (vector<unsigned int> &dof_indices) const;
 
                                     /**
                                      * Return the values of the given vector

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.