-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix compiler warnings regarding c fprintf statement arguments #34
Closed
Conversation
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
…calc in WD. Removed unused local variables. Removed < 0 check on r_tmp_plane in AWAE. changed phat_ce and phat_cs to pvec_ce and pvec_cs
…ng doxylink back on for RTD.
…copy input data files
…ory rather than copying to /build
…checking if the solution files exists
This change follows Rev. 12 of the FAST.Farm plan
* Update AeroDyn_Registry.txt * Update BEMT_Registry.txt * Update AirfoilInfo_Registry.txt * Update AirfoilInfo.f90 * Update BEMT.f90 * Update BEMTUncoupled.f90 * Update AeroDyn_IO.f90 * Update AeroDyn.f90
Cpp library gluecode
Added IFW_4Dext-related files to repo and cmake build system
…n it does not already exist
…pdates to regression test
…nd updating the regression test
ghost
self-assigned this
Jul 20, 2017
ghost
requested a review
from HaymanConsulting
July 20, 2017 21:52
@ghaymanNREL sorry, this was branched off of my fork. I'll branch off of openfast/dev and reissue the pull request |
ghost
closed this
Jul 20, 2017
ghost
deleted the
feature/fix_make_warnings
branch
July 21, 2017 18:57
ghost
mentioned this pull request
Apr 16, 2019
Closed
Closed
This pull request was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
fprintf
statements in the fast registry module generator had too many arguments. In most cases, no arguments were needed butr->name
was given.