Skip to content

Commit

Permalink
Deprecate unused
Browse files Browse the repository at this point in the history
  • Loading branch information
vavrines committed Jul 3, 2024
1 parent 765ae06 commit 455da98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/DVM.jl → deprecated/DVM.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
using Pkg
Pkg.activate(@__DIR__)
#using Pkg
#Pkg.activate(@__DIR__)
using MPI
using P4est
using P4estTypes
#using P4estTypes
include("../lib/P4estTypes/src/P4estTypes.jl")
using .P4estTypes

using StaticArrays
using Parameters
using SpecialFunctions
using Makie
#using Makie
using CairoMakie
using PythonCall
scipy = pyimport("scipy")
Expand Down
File renamed without changes.

0 comments on commit 455da98

Please sign in to comment.