From df3965f8ab43d62ce7573b32d978eeb7ccee4ffb Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Wed, 27 Jan 2021 20:38:00 -0700 Subject: [PATCH] change filename to match conventions --- src/AstroHelper.jl | 2 +- src/{Quaternions.jl => quaternions.jl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{Quaternions.jl => quaternions.jl} (100%) diff --git a/src/AstroHelper.jl b/src/AstroHelper.jl index 70c154f..055a921 100644 --- a/src/AstroHelper.jl +++ b/src/AstroHelper.jl @@ -2,6 +2,6 @@ module AstroHelper using LinearAlgebra -include("Quaternions.jl") +include("quaternions.jl") end # module diff --git a/src/Quaternions.jl b/src/quaternions.jl similarity index 100% rename from src/Quaternions.jl rename to src/quaternions.jl