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

Comparing branches/new_design/OOPSE-3.0/src/utils/Utility.hpp (file contents):
Revision 1727 by tim, Thu Nov 11 16:41:58 2004 UTC vs.
Revision 1816 by tim, Wed Dec 1 19:10:51 2004 UTC

# Line 2 | Line 2 | using namespace std;
2   #define _UTILITY_H_
3   #include <vector>
4   #include <math.h>
5 < using namespace std;
5 >
6   double dotProduct(vector<double>& v1, vector<double>& v2);
7   double norm2(vector<double>& x);
8  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines