Made reading of binary matrices more robust
commitda9135916a12df7605cbcc30dc7890ef7ce7fd15
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 27 Oct 2011 06:34:37 +0000 (27 17:34 +1100)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 27 Oct 2011 06:34:37 +0000 (27 17:34 +1100)
tree9a6d09e269d0d40d5f976e01e238bf5ea8e1fcd8
parentc253f45281321336320e5bec35ce48e9b8f61e11
Made reading of binary matrices more robust

The routine to read the binary matrix should check that the storage is
available before using it. Also, the documentation in the header
should be explicit that valid storage locations need to be passed in.

Change-Id: I95e9120bceac02031a7f39412ba226ef2644a444
include/mtxio.h
src/gmxlib/mtxio.c