Clustering de Proteine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
distance.h
Go to the documentation of this file.
1 #ifndef DISTANCE_H
2 #define DISTANCE_H
3 
4 #include "protein.h"
5 
6 double calculRMSD(Protein *prot1,Protein *prot2);
7 
8 #endif // DISTANCE_H