Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# July 2025
- Move updated VMEC routines from SIMPLE

# April 2025
- Evaluate use of fpm
- Fully integrate efit_to_boozer
Expand Down
1 change: 0 additions & 1 deletion scripts/setup/stellopt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if [ ! -d "STELLOPT" ] ; then
fi
pushd STELLOPT
export STELLOPT_PATH=$PWD
export MYHOME=STELLOPT_PATH/build
select_machine
bash build_all
find . -name "*.o" | xargs rm
Expand Down
Loading