Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bjonkman committed Aug 18, 2017
1 parent 79967d6 commit bf6a17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/TurbSim_Types.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MODULE TurbSim_Types

use NWTC_Library

TYPE(ProgDesc), PARAMETER :: TurbSim_Ver = ProgDesc( 'TurbSim', 'v2.00.07a-bjj', '14-Jun-2016' )
TYPE(ProgDesc), PARAMETER :: TurbSim_Ver = ProgDesc( 'TurbSim', 'v2.00.08a-bjj', '18-Jul-2017' )

LOGICAL, PARAMETER :: MVK = .FALSE. ! This parameter has been added to replace the NON-STANDARD compiler directive previously used
LOGICAL, PARAMETER :: PeriodicY = .FALSE. !.TRUE.
Expand Down

0 comments on commit bf6a17a

Please sign in to comment.