Skip to content

Commit

Permalink
Work issue #21
Browse files Browse the repository at this point in the history
  • Loading branch information
lbross committed Apr 13, 2016
1 parent e52c395 commit be67ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BAGIS_ClassLibrary/ConstantsModule.vb
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@

'Constant parameter names for parameters calculated at the AOI-level
Public Const BA_Aoi_Parameter_jh_coef As String = "jh_coef"
Public Const BA_Aoi_Parameter_SR_Obs As String = "SR_Obs"
Public Const BA_Aoi_Parameter_PE_Obs As String = "PE_Obs"
Public Const BA_Aoi_Parameter_SR_Obs As String = "SR"
Public Const BA_Aoi_Parameter_PE_Obs As String = "PET"

'Constant prefix for BAGIS warning messages from GP
Public Const BA_Warning_Message_Prefix As String = "BAGIS"
Expand Down

0 comments on commit be67ec5

Please sign in to comment.