Skip to content

Commit

Permalink
Finish work on issue #21. Update version number to 1.9.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbross committed Apr 15, 2016
1 parent b2fe869 commit c079320
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/BAGIS_P/BagisPExtension.vb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Public Class BagisPExtension
Inherits ESRI.ArcGIS.Desktop.AddIns.Extension

Private Shared s_extension As BagisPExtension
Private m_version As String = " 1.9.6"
Private m_version As String = " 1.9.7"
Private m_classLibraryVersion As String = BA_CLASS_LIBRARY_VERSION
Private m_aoi As Aoi
Private m_settingsPath As String
Expand Down
Binary file modified src/BAGIS_P/Config.Designer.vb
Binary file not shown.
4 changes: 2 additions & 2 deletions src/BAGIS_P/Config.esriaddinx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<Name>BAGIS_P</Name>
<AddInID>{1d026ddc-9aa9-4e39-84ac-7bb57a97d4b2}</AddInID>
<Description>Generate parameters from BAGIS-H for model</Description>
<Version>1.9.6</Version>
<Version>1.9.7</Version>
<Image>Images\BAGIS_P.png</Image>
<Author>Lesley Bross and Geoffrey Duh</Author>
<Company>Portland State University</Company>
<Date>04/06/2016</Date>
<Date>04/15/2016</Date>
<Targets>
<Target name="Desktop" version="10.2" />
</Targets>
Expand Down
14 changes: 7 additions & 7 deletions src/BAGIS_P/Forms/FrmExportParametersEwsf.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/BAGIS_P/Forms/FrmExportParametersEwsf.vb
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,10 @@ Public Class FrmExportParametersEwsf
If nmonthsTable IsNot Nothing Then
Dim paramNamesToUpdate As IList(Of String) = New List(Of String)
paramNamesToUpdate.Add(BA_Aoi_Parameter_jh_coef)
'If CkPeAndSrObs.Checked Then
' paramNamesToUpdate.Add(BA_Aoi_Parameter_PE_Obs)
' paramNamesToUpdate.Add(BA_Aoi_Parameter_SR_Obs)
'End If
If CkPeAndSrObs.Checked Then
paramNamesToUpdate.Add(BA_Aoi_Parameter_PE_Obs)
paramNamesToUpdate.Add(BA_Aoi_Parameter_SR_Obs)
End If
nmonthsTable = BA_UpdateParametersInNmonthsTable(nmonthsTable, m_aoiParamTable, paramNamesToUpdate)
m_tablesTable(NMONTHS) = nmonthsTable
End If
Expand Down

0 comments on commit c079320

Please sign in to comment.