Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into RTC
  • Loading branch information
AbdAlazezAhmed committed Aug 16, 2024
2 parents c98c348 + 5eed275 commit bad3da1
Show file tree
Hide file tree
Showing 23 changed files with 688 additions and 607 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
julia --color=yes --project=. -e '
using Pkg
Pkg.add(url="https://github.com/Ferrite-FEM/Ferrite.jl.git", rev="bdd5b41");
Pkg.add(url="https://github.com/Ferrite-FEM/Ferrite.jl.git", rev="b6976d3");
Pkg.instantiate();
Pkg.precompile();'
- uses: julia-actions/julia-runtest@v1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ CuThunderboltExt = "CUDA"
Aqua = "0.8"
BlockArrays = "1"
DiffEqBase = "6.151.3"
julia = "1.10"
LinearSolve = "2"
ModelingToolkit = "9"
UnPack = "1"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Installing Thunderbolt can then be done from the Pkg REPL; press `]` at the `jul
enter `pkg>` mode:

```
pkg> add Ferrite#master, https://github.com/termi-official/Thunderbolt.jl#main
pkg> add Ferrite#b6976d3, https://github.com/termi-official/Thunderbolt.jl#main
```

> [!NOTE]
Expand Down
Loading

0 comments on commit bad3da1

Please sign in to comment.