Skip to content

Commit e39a48a

Browse files
committed
Fix comment.
1 parent 894c353 commit e39a48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/air_composition.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ subroutine air_composition_init()
459459
!Set dry air thermodynamic properities if no dry air species provided:
460460
if (dry_species_num == 0) then
461461
!Note: The zeroeth index is used to represent all of dry
462-
! instead of just N2 in this configuration
462+
! air instead of just N2 in this configuration
463463
thermodynamic_active_species_cp(0) = cpair
464464
thermodynamic_active_species_cv(0) = cpair - rair
465465
thermodynamic_active_species_R(0) = rair

0 commit comments

Comments
 (0)