Merge release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / gmxlib / sfactor.c
index 70c9dde017a9be9641de8e22515d5d6a223127f6..cad77484b5eacaf138049d9422083ec24ca4c989 100644 (file)
@@ -131,7 +131,6 @@ extern t_complex *** rc_tensor_allocation(int x, int y, int z)
   t_complex ***t;
   int i,j;
 
-  snew(t,x);
   t = (t_complex ***)calloc(x,sizeof(t_complex**));
   if(!t) exit(fprintf(stderr,"\nallocation error"));
   t[0] = (t_complex **)calloc(x*y,sizeof(t_complex*));