vplanet
vplanet copied to clipboard
fixed issue #150
Ice height is initialized at 1 on line 641
Codecov Report
Merging #152 (cede8bc) into master (7da65c7) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #152 +/- ##
=======================================
Coverage 73.86% 73.86%
=======================================
Files 24 24
Lines 30975 30975
=======================================
Hits 22880 22880
Misses 8095 8095
Impacted Files | Coverage Δ | |
---|---|---|
src/poise.c | 60.16% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7da65c7...cede8bc. Read the comment docs.
Thanks, Rohit, but unfortunately this change won't fix the problem. That lTmp variable is the line number in the input file, so your change will make the code think that this option was set on line 1 of the input file. I think you need to change the default value in InitializeOptionsPoise. Note that you can verify your change worked by checking the log file.