Skip to content

Set buffers appropriately so .xpm files can be read.

Josh Vermaas requested to merge jvermaas/gromacs:master into master

Fixes a bug inside the xpm reading logic. Without setting the line pointer, it will always be null. This leads to an input error, regardless of the file used for input, leading to very confused users who try to load in their own xpm file into a utility like gmx cluster.

Merge request reports