Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
add comment explaining Revise usage (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: BrianGun <[email protected]>
  • Loading branch information
alfredclwong and BrianGun authored Apr 28, 2021
1 parent 2d3690a commit e14c997
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/OpticSim.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ using Images
using Base: @.
using ForwardDiff
using StringEncodings

# this dependency is intentional! Revise allows OpticSim to reload AGFGlassCat.jl (the glass database) after calling
# `add_agf` (src/GlassCat/sources.jl) with `rebuild = true`
using Revise

# included here to allow a call to the activate! during the initialization
Expand Down

0 comments on commit e14c997

Please sign in to comment.