Skip to content

Commit

Permalink
added plot_methods.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
walra356 committed Jan 8, 2025
1 parent 7f0a4e2 commit 0553096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/CamiFITS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ include("fits_public_sector.jl")
include("FORTRAN.jl")
include("fits_tests.jl")
include("test_fits_format.jl")
include("plot_methods")
include("plot_methods.jl")

end
6 changes: 3 additions & 3 deletions src/plot_methods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# author: Jook Walraven - 14-2-2023

# ==============================================================================
# plot_methods.jl
# plot_public_sector.jl
# ==============================================================================

# ==================================== step125(x) ============================================================
Expand All @@ -23,7 +23,7 @@ step125.([5,10,21.3,50,100.1])
20
```
"""
function step125(x::Real)
function step125(x::Real)

m = CamiMath.log10_mantissa(x)
p = CamiMath.log10_characteristic(x)
Expand Down Expand Up @@ -140,4 +140,4 @@ function stepedges(x::Vector{T} where T<:Real)

return steps(x)

end
end

0 comments on commit 0553096

Please sign in to comment.