briochemc / FastBGCParameterOptimization

Code for producing figures for my next paper on the fast BGC parameter optimization using Dual Numbers.
MIT License
0 stars 0 forks source link

Rearrange arguments for mutating functions #5

Closed briochemc closed 5 years ago

briochemc commented 5 years ago

For example, q! should have SaJ as a first parameters because that's the one mutated, not c.

briochemc commented 5 years ago

Done! (and I was wrong, c was right where it should have been) — see Julia's style guide.