Removed unnecessary declaration in edsam.h
authorCarsten Kutzner <ckutzne@gwdg.de>
Fri, 15 Jan 2010 15:44:01 +0000 (16:44 +0100)
committerCarsten Kutzner <ckutzne@gwdg.de>
Fri, 15 Jan 2010 15:44:01 +0000 (16:44 +0100)
include/edsam.h

index ce7906ec2ad3c8e756881c9a4fa9d8b4ac5cb172..8e422d81f0b04727f3032c7c4b39d8710b224037 100644 (file)
@@ -63,8 +63,6 @@ extern void dd_make_local_ed_indices(gmx_domdec_t *dd, gmx_edsam_t ed,t_mdatoms
 extern void do_flood(FILE *log, t_commrec *cr, rvec x[],rvec force[], gmx_edsam_t ed, matrix box, int step);
 /* Flooding - called from do_force() */
 
-extern void ed_shift_coords(matrix box, rvec x[], ivec *is, int nr);
-
 #ifdef __cplusplus
 }
 #endif