ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/math/Vector.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/math/Vector.hpp (file contents):
Revision 1853 by tim, Wed Dec 1 03:11:29 2004 UTC vs.
Revision 1854 by tim, Sun Dec 5 22:02:42 2004 UTC

# Line 71 | Line 71 | namespace oopse {
71              /** default constructor */
72              inline Vector(){
73                  for (unsigned int i = 0; i < Dim; i++)
74 <                    data_[i] = 0.0;
74 >                    data_[i] = 0;
75              }
76  
77              /** Constructs and initializes a Vector from a vector */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines