Clean whitespace

This commit is contained in:
ketankhare
2016-10-25 14:46:44 -04:00
committed by GitHub
parent f350500e69
commit 7f3f5e8c38

View File

@ -416,7 +416,6 @@ void DihedralFourier::write_data(FILE *fp)
for(int j = 0; j < nterms[i]; j++)
fprintf(fp," %g %d %g",k[i][j],multiplicity[i][j],shift[i][j]);
fprintf(fp,"\n");
}
}