forked from OpenFAST/openfast
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SrvD: revise servodyn main input file parsing to allow passed
NOTE: there is a possible issue with the -fstack_reuse='all' compiler flag on gfortran 9.1.0 with this code! To demonstrate this bug, comment out the "CurLine=CurLine" in the Failed function near line 2361. Without this line, CurLine and ErrStat end up sharing the same stack location, so ErrStat gets overwritten with each call to Failed! This may indicate a potential for other variables to be overwritten by their subroutines during strong optimization (not certain this exists in other compilers or not).
- Loading branch information
1 parent
59f7dc2
commit c35dc09
Showing
1 changed file
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters