Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 committed Jan 17, 2024
1 parent a1ed551 commit aa12f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aero_data.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ subroutine aero_data_initialize(aero_data, camp_core)

allocate(aero_data%name(num_spec))
allocate(aero_data%mosaic_index(num_spec))
allocate(aero_data%wavelenghts(n_swbands))
allocate(aero_data%wavelengths(n_swbands))
allocate(aero_data%density(num_spec))
allocate(aero_data%num_ions(num_spec))
allocate(aero_data%molec_weight(num_spec))
Expand Down

0 comments on commit aa12f67

Please sign in to comment.