working now?

This commit is contained in:
pschmidtke
2021-02-02 21:07:36 +01:00
parent 9617bda214
commit e57afc2bad

View File

@@ -24,7 +24,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
#include "atom.h"
#include "aa.h"
#include "utils.h"
#include "asa.h"
//#include "asa.h"
/* --------------------------------STRUCTURES---------------------------------*/
@@ -89,6 +89,10 @@ typedef struct s_desc
/* ------------------------------PROTOTYPES---------------------------------- */
//explicit definition from asa.h
void set_ASA(s_desc *desc,s_pdb *pdb, s_vvertice **tvert,int nvert);
s_desc* allocate_s_desc(void) ;
void reset_desc(s_desc *desc) ;