Re: catching exceptions from fortran

2008-09-11 Thread Gabriel Genellina
En Thu, 11 Sep 2008 10:43:08 -0300, john <[EMAIL PROTECTED]> escribió: I wrapped some fortran code using F2PY and need to be able to catch fortran runtime errors to run the following: [reindented] # "grid" is a wrapped fortran module # no runtime errors incurred when run with the correct inpu

catching exceptions from fortran

2008-09-11 Thread john
I wrapped some fortran code using F2PY and need to be able to catch fortran runtime errors to run the following: # "grid" is a wrapped fortran module # no runtime errors incurred when run with the correct inputs for filetype #--- def readGrid( self, coord='xyz'