Skip to content
Snippets Groups Projects
Commit c268d9a3 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed #545

parent aeca481c
No related branches found
No related tags found
No related merge requests found
......@@ -244,5 +244,6 @@ For users:
- More robust backup for output files when running over multiple processes
- Fixed a regression in the performances of GEOMETRY based flexible hills in \ref METAD and \ref PBMETAD
- Fixed \issue{538}.
- Fixed potential issue with VMD plugins from 1.9.4 (\issue{545}, thanks to Lixin Sun).
......@@ -389,6 +389,7 @@ int Driver<real>::main(FILE* in,FILE*out,Communicator& pc) {
// it is necessary in order to store the pointer to ts_in.coords
std::unique_ptr<float[]> ts_in_coords;
ts_in.coords=ts_in_coords.get();
ts_in.velocities=NULL;
ts_in.A=-1; // we use this to check whether cell is provided or not
#endif
......
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