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
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ LIST(APPEND PROCESS_SRCS
stellarator.f90
stellarator_configuration.f90
stellarator_fwbs.f90
startup_variables.f90
)

PREPROCESS()
Expand Down
3 changes: 0 additions & 3 deletions process/caller.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ def call_models(self, xc):

self.models.physics.physics()

# startup model (not used)
# call startup(ft.constants.nout,0) ! commented-out for speed reasons

# Toroidal field coil model

self.models.tfcoil.run()
Expand Down
Loading