timholy / Grid.jl

Interpolation and related operations on grids
MIT License
47 stars 26 forks source link

Added InterpForward and InterpBackward #65

Closed EricForgy closed 8 years ago

EricForgy commented 8 years ago

I needed an InterpForward, so went ahead and added it along with an InterpBackward.

Note: This is my first attempt at a contribution to any Julia package so I apologize in advance if I mess something up.

timholy commented 8 years ago

Seems fine. Did you change the indent to 2 spaces on some of the tests, or am I misreading this?

EricForgy commented 8 years ago

Yeah, sorry about the indentation. I am using Juno/Atom and the indentation on my changes were different so I did "Auto Indent" thinking it would line up and it changed all indentations.

timholy commented 8 years ago

That's OK; I can fix later if I really care.

Thanks for the contribution!