fixed array index problems in new CSD routines by adding MAX() to ensure index is...
authorjames <james@8a072113-8704-0410-8d35-dd094bca7971>
Wed, 5 Jun 2013 02:55:11 +0000 (02:55 +0000)
committerjames <james@8a072113-8704-0410-8d35-dd094bca7971>
Wed, 5 Jun 2013 02:55:11 +0000 (02:55 +0000)
commit29b9e2c718ae698806f9feb5dd433a72952fd4d2
tree49d17783ed8885002ff21499d6d8a707c5446e56
parent78de161a101e23236d6804b7e7f9ba66845d9586
fixed array index problems in new CSD routines by adding MAX() to ensure index is at least 1 -- this fixes array bounds violations in the test suite when array bounds checking is enabled
SRC/cbbcsd.f
SRC/cuncsd2by1.f
SRC/dbbcsd.f
SRC/dorcsd2by1.f
SRC/sbbcsd.f
SRC/sorcsd2by1.f
SRC/zbbcsd.f
SRC/zuncsd2by1.f