-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #291 from suavecode/develop
Mini 2 Merge
- Loading branch information
Showing
6 changed files
with
20 additions
and
29 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
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
10 changes: 4 additions & 6 deletions
10
trunk/SUAVE/Methods/Weights/Buildups/Electric_Helicopter/__init__.py
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
## @defgroup Methods-Weights-Buildups-Electric_Helicopter Electric_Helicopter | ||
|
||
"""SUAVE.Methods.Weights.Buildups.Electric_Helicopter | ||
contains methods and attributes used for estimating | ||
electric helicopter weights on a component-by-component | ||
basis. | ||
""" | ||
# contains methods and attributes used for estimating | ||
# electric helicopter weights on a component-by-component | ||
# basis. | ||
# @ingroup Methods-Weights-Buildups | ||
|
||
from .empty import empty |
10 changes: 4 additions & 6 deletions
10
trunk/SUAVE/Methods/Weights/Buildups/Electric_Stopped_Rotor/__init__.py
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
## @defgroup Methods-Weights-Buildups-Electric_Stopped_Rotor Electric_Stopped_Rotor | ||
|
||
"""SUAVE.Methods.Weights.Buildups.Electric_Stopped_Rotor | ||
contains methods and attributes used for estimating | ||
electric helicopter weights on a component-by-component | ||
basis. | ||
""" | ||
# contains methods and attributes used for estimating | ||
# electric helicopter weights on a component-by-component | ||
# basis. | ||
# @ingroup Methods-Weights-Buildups | ||
|
||
from .empty import empty |
10 changes: 4 additions & 6 deletions
10
trunk/SUAVE/Methods/Weights/Buildups/Electric_Tiltrotor/__init__.py
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
## @defgroup Methods-Weights-Buildups-Electric_Tiltrotor Electric_Tiltrotor | ||
|
||
"""SUAVE.Methods.Weights.Buildups.Electric_Tiltrotor | ||
contains methods and attributes used for estimating | ||
electric helicopter weights on a component-by-component | ||
basis. | ||
""" | ||
# contains methods and attributes used for estimating | ||
# electric helicopter weights on a component-by-component | ||
# basis. | ||
# @ingroup Methods-Weights-Buildups | ||
|
||
from .empty import empty |
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