Skip to content

Commit 096b0d7

Browse files
committed
changing method name to reorientArray for consistency in naming
1 parent 0526c8a commit 096b0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

famodel/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4262,7 +4262,7 @@ def resetArrayCenter(self, FOWTOnly=True):
42624262
self.getRAFT(self.RAFTDict,pristine=1)
42634263
self.getMoorPyArray()
42644264

4265-
def arrayReorientation(self, windHeading=None, degrees=False):
4265+
def reorientArray(self, windHeading=None, degrees=False):
42664266
'''
42674267
Reorients the array based on a given wind heading. The array will be reoriented such that wind faces East (the zero in FFarm).
42684268
Useful to allign the array with the wind direction.

0 commit comments

Comments
 (0)