Skip to content

Commit

Permalink
PENTA: Added interface module to simplify interfacing to other codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazersos committed Oct 17, 2024
1 parent 1871667 commit 2bc3ba6
Show file tree
Hide file tree
Showing 3 changed files with 890 additions and 0 deletions.
1 change: 1 addition & 0 deletions PENTA/ObjectList
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ObjectFiles = \
penta_interface_mod.o \
bspline.o \
coeff_var_pass.o \
io_unit_spec.o \
Expand Down
12 changes: 12 additions & 0 deletions PENTA/PENTA.dep
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ penta.o : \
penta_math_routines_mod.o \
penta_subroutines.o

penta_interface_mod.o : \
penta_kind_mod.o \
io_unit_spec.o \
read_input_file_mod.o \
vmec_var_pass.o \
pprof_pass.o \
coeff_var_pass.o \
phys_const.o \
penta_functions_mod.o \
penta_math_routines_mod.o \
penta_subroutines.o

penta_functions_mod.o : \
penta_kind_mod.o \
phys_const.o \
Expand Down
Loading

0 comments on commit 2bc3ba6

Please sign in to comment.