''' getIndex.py - Written by Kevin Oelze, July 2008 A simple script to update the index of matrices in the University of Florida's sparse matrix library. ''' #A simple script that updates the index import indexGet indexGet.getInfo() quit()