Skip to content

Commit

Permalink
upgraded to Grassmann v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chakravala committed Aug 27, 2020
1 parent 702562e commit 10090dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Adapode"
uuid = "0750cfb5-909a-49d7-927e-29b6595444bf"
authors = ["Michael Reed"]
version = "0.2.3"
version = "0.2.4"

[deps]
DirectSum = "22fd7b30-a8c0-5bf2-aabe-97783860d07c"
Expand All @@ -14,8 +14,8 @@ AbstractTensors = "a8e43f4a-99b7-5565-8bf1-0165161caaea"
[compat]
julia = "1"
AbstractTensors = "0.5"
DirectSum = "0.6"
Grassmann = "0.5.17"
DirectSum = "0.7"
Grassmann = "0.6"
StaticArrays = "0"

[extras]
Expand Down
1 change: 1 addition & 0 deletions src/Adapode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ using StaticArrays, SparseArrays, LinearAlgebra
using AbstractTensors, DirectSum, Grassmann
import Grassmann: value, vector, valuetype
import Base: @pure
import AbstractTensors: SVector, MVector, SizedVector

export SVector, odesolve
export initmesh, pdegrad
Expand Down

0 comments on commit 10090dd

Please sign in to comment.