Skip to content

Commit

Permalink
(colours) out of bounds error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Dec 19, 2024
1 parent 2c8c32c commit dc2ed6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colours.f90
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ subroutine colour_set(icolourscheme)
0.616,0.529,0.467,0.435,0.388,0.337,0.310,0.188,0.188,0.204,&
0.216,0.235,0.208,0.184,0.180,0.184,0.188,0.196,0.208,0.216,&
0.227,0.235,0.231,0.227,0.208,0.184,0.153,0.129,0.106,0.067,&
0.016,0.004,0.000,0.000,0.000,0.000,0.208/)
0.016,0.004,0.000,0.000,0.000,0.000/)
!--rainbow III
! nset = 13
! lumarr(1:nset) = (/0.000,0.004,0.110,0.114,0.333,0.557,0.561,0.565,0.569,0.776,0.780,0.996,1.000/)
Expand Down

0 comments on commit dc2ed6e

Please sign in to comment.