ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Utility.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Utility.hpp (file contents):
Revision 1039 by tim, Sat Feb 7 00:16:47 2004 UTC vs.
Revision 1064 by tim, Tue Feb 24 15:44:45 2004 UTC

# Line 5 | Line 5 | double copysign(double sign, double value);
5   using namespace std;
6   double dotProduct(vector<double>& v1, vector<double>& v2);
7   double copysign(double sign, double value);
8 + double norm2(vector<double>& x);
9   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines