Skip to content

Commit

Permalink
added data to library and fixed bug in define o by c data
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyparsons committed Jun 24, 2018
1 parent cb8928d commit 5571d19
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,4 @@ ModelManifest.xml
/instat/static/InstatObject/R/.RData
/instat/static/InstatObject/R/examples_R6.R
/instat/static/InstatObject/R/.Rhistory
/instat/static/InstatObject/R/examples.R

# Resource files
*fr-FR.resx
*fr-FR.xlf
/instat/static/InstatObject/R/examples.R
1 change: 1 addition & 0 deletions instat/dlgDefineOptionsByContext.vb
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ Public Class dlgDefineOptionsByContext
ucrReceiverContext2.SetRCode(clsTypes, bResetControls)
ucrReceiverContext3.SetRCode(clsTypes, bResetControls)
ucrReceiverContext4.SetRCode(clsTypes, bResetControls)
ucrReceiverContextOther.SetRCode(clsTypes, bResetControls)
ucrReceiverMeasurement1.SetRCode(clsTypes, bResetControls)
ucrReceiverMeasurementOther.SetRCode(clsTypes, bResetControls)
ucrReceiverID1.SetRCode(clsTypes, bResetControls)
Expand Down
3 changes: 3 additions & 0 deletions instat/instat.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -5493,6 +5493,9 @@
<Content Include="static\InstatObject\R\extras\bin\windows\contrib\3.4\zoo_1.8-2.zip">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="static\Library\Options by Context\FUMA.2017.RDS">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="packages.config">
Expand Down
Binary file not shown.

0 comments on commit 5571d19

Please sign in to comment.