Skip to content

Commit 3f5bc86

Browse files
Apply formatter
1 parent 036606a commit 3f5bc86

5 files changed

Lines changed: 24 additions & 24 deletions

File tree

.buildkite/Manifest.toml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ AssociatedLegendrePolynomials = "1"
4646
BandedMatrices = "1"
4747
BenchmarkTools = "1"
4848
BlockArrays = "1"
49-
ClimaCartesianIndices = "0.1.1"
49+
ClimaCartesianIndices = "0.1.2"
5050
CUDA = "5.5"
5151
ClimaComms = "0.6.2"
5252
CountFlops = "0.1"

benchmarks/bickleyjet/Manifest.toml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/cuda/data_layouts_threadblock.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import ClimaCartesianIndices
33
function FastCartesianIndices(x)
44
CI = CartesianIndices(x)
55
return length(CI) > typemax(Int32) ? CI :
6-
ClimaCartesianIndices.FastCartesianIndices(x)
6+
ClimaCartesianIndices.FastCartesianIndices(x)
77
end
88

99
maximum_allowable_threads() = (

lib/ClimaCoreMakie/examples/Manifest.toml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)