Skip to content

Commit

Permalink
Merge pull request #61 from ORNL-Fusion/asym_index
Browse files Browse the repository at this point in the history
Asym index
  • Loading branch information
cianciosa authored Oct 16, 2024
2 parents 31c7d15 + a1a3434 commit dd729d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# SIESTA
# SIESTA

This repository is part of the
[Stellarator-Tools](https://github.com/ORNL-Fusion/Stellarator-Tools.git) suite
of codes. To build this code, clone the
[Stellarator-Tools](https://github.com/ORNL-Fusion/Stellarator-Tools.git)
repository and enable the SIESTA project.
2 changes: 1 addition & 1 deletion Sources/siesta_force.f90
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ SUBROUTINE update_force
REAL (dp), DIMENSION(:,:,:), ALLOCATABLE :: KxBuij
REAL (dp), DIMENSION(:,:,:), ALLOCATABLE :: KxBvij
REAL (dp), DIMENSION(:,:), ALLOCATABLE :: pardamp
INTEGER :: istat ,m,n
INTEGER :: istat
INTEGER :: n1
INTEGER :: n2
REAL (dp) :: ton
Expand Down

0 comments on commit dd729d4

Please sign in to comment.