The keyword 'const' in the function
'void lammps_put_coords(const double *coords)' in library.cpp causes
error in compiling example umbrella.cpp.
It seems to me the 'const' is not necessary here.
Thanks,
Jin
The keyword 'const' in the function
'void lammps_put_coords(const double *coords)' in library.cpp causes
error in compiling example umbrella.cpp.
It seems to me the 'const' is not necessary here.
Thanks,
Jin
The keyword 'const' in the function
'void lammps_put_coords(const double *coords)' in library.cpp causes
error in compiling example umbrella.cpp.
It seems to me the 'const' is not necessary here.
Thanks,
Jin
yes, it isn't necessary - I'll remove "const"
Steve