Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pogudingleb committed Jan 17, 2024
1 parent 9acd1ed commit 3a3d0b4
Show file tree
Hide file tree
Showing 4 changed files with 641 additions and 630 deletions.
5 changes: 2 additions & 3 deletions src/StructuralIdentifiability.jl
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,14 @@ end
using Requires
end

@static if !isdefined(Base,:get_extension)
@static if !isdefined(Base, :get_extension)
function __init__()
@require ModelingToolkit="961ee093-0014-501f-94e3-6117800e7a78" begin
@require ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" begin
include("../ext/ModelingToolkitExt.jl")
end
end
end


using PrecompileTools
include("precompile.jl")

Expand Down
Loading

0 comments on commit 3a3d0b4

Please sign in to comment.