ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
OpenMD
/
branches
/
development
/
src
/
utils
/
Utility.hpp
Revision:
2
Committed:
Fri Sep 24 04:16:43 2004 UTC
(20 years, 7 months ago) by
gezelter
Original Path:
trunk/src/utils/Utility.hpp
File size:
197 byte(s)
Log Message:
Import of OOPSE v. 2.0
File Contents
#
User
Rev
Content
1
gezelter
2
#ifndef _UTILITY_H_
2
#define _UTILITY_H_
3
#include <vector>
4
#include <math.h>
5
using namespace std;
6
double dotProduct(vector<double>& v1, vector<double>& v2);
7
double norm2(vector<double>& x);
8
#endif
Properties
Name
Value
svn:executable
*