Skip to content
Snippets Groups Projects
Commit 137ba416 authored by Lemaire Louis's avatar Lemaire Louis
Browse files

[fix] add parenthesis

Missing parenthesis at compute_N_plant_litter() call in the daily loop
parent 894b1c37
No related branches found
No related tags found
1 merge request!39Resolve "[fix] Gras-Sim compute_N_plant_litter"
......@@ -87,7 +87,7 @@ def run_daily_loop(day, ET0, WD, day_irr, soil, crop, management):
crop.compute_st()
crop.compute_fAge() # need st, used for SEN & ABS
crop.compute_senescence_abscission()
crop.compute_N_plant_litter
crop.compute_N_plant_litter()
crop.compute_fT()
crop.compute_fPARi()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment