Skip to content

Commit

Permalink
forcing library use
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Dec 21, 2023
1 parent 6f8db56 commit e658c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weis/aeroelasticse/runFAST_pywrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def execute(self):
# Make sure pCrunch is ready
self.init_crunch()

if not self.use_exe: # Use library
if True: #not self.use_exe: # Use library

FAST_directory = os.path.split(writer.FAST_InputFileOut)[0]

Expand Down

0 comments on commit e658c4d

Please sign in to comment.