Skip to content
Snippets Groups Projects
Commit f350500e authored by ketankhare's avatar ketankhare Committed by GitHub
Browse files

Enable write_data

parent d7c77a41
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ class DihedralFourier : public Dihedral { ...@@ -33,6 +33,7 @@ class DihedralFourier : public Dihedral {
void coeff(int, char **); void coeff(int, char **);
void write_restart(FILE *); void write_restart(FILE *);
void read_restart(FILE *); void read_restart(FILE *);
void write_data(FILE *);
protected: protected:
double **k,**cos_shift,**sin_shift,**shift; double **k,**cos_shift,**sin_shift,**shift;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment