wavebitscientific / datetime-fortran

Date and time manipulation for modern Fortran
MIT License
137 stars 51 forks source link

Addition and subtraction overloaded operators for timedelta objects #2

Closed milancurcic closed 11 years ago

milancurcic commented 11 years ago

Exactly what the title says. + and - operators are not implemented for timedelta objects. This should be fairly straightforward.