Skip to content

Commit

Permalink
Merge pull request #88 from kathenas/kathenas_0001
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice authored Sep 15, 2024
2 parents 80180f5 + 4fe47bf commit 141fe08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/read_data_gadget.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ subroutine set_labels_gadget
case('VTRB')
label(icol) = 'Turb Velociy'
case('LTRB')
label(icol) = 'Turb Lengh'
label(icol) = 'Turb Length'
case('ADYN')
label(icol) = 'Alpha Dynamo'
case('EDYN')
Expand All @@ -1345,7 +1345,7 @@ subroutine set_labels_gadget
case('DENN')
label(icol) = 'Number density'
case('EGYP')
label(icol) = 'Energy Reservoir For Feeback'
label(icol) = 'Energy Reservoir For Feedback'
case('EGYC')
label(icol) = 'Energy Reservoir For Cold Phase'
case('CRC0')
Expand Down

0 comments on commit 141fe08

Please sign in to comment.