devitocodes / devito

DSL and compiler framework for automated finite-differences and stencil computation
http://www.devitoproject.org
MIT License
555 stars 225 forks source link

Do without nt in the prepare step #4

Closed navjotk closed 8 years ago

navjotk commented 8 years ago

This function expects nt as a parameter. However, the actual number is not really necessary in the final flow of things. This requirement needs to be removed to make the API compatible with the non-codegen version.

navjotk commented 8 years ago

Closing because this is irrelevant after https://github.com/opesci/devito/pull/7