AgroCares / BedrijfsBodemWaterPlanCalculator

Algorithms to support field specific solutions for optimized agronomic land use.
https://agrocares.github.io/BedrijfsBodemWaterPlanCalculator/
GNU General Public License v3.0
2 stars 1 forks source link

Default value for B_SLOPE results in error #79

Closed BrentWHR closed 1 year ago

BrentWHR commented 1 year ago

In the main function bbwp() the default value for 'B_SLOPE' == NULL. This results in an error when no values are given for 'B_SLOPE' and 'B_SLOPE_DEGREE' caused by assertion on 'B_SLOPE' which must be of type 'logical' not 'NULL'.