Skip to content

Commit

Permalink
Merge pull request #135 from khr15714n/master
Browse files Browse the repository at this point in the history
Cannot parse Vector3 value:Unknown char: ;
  • Loading branch information
snjo committed Nov 4, 2015
2 parents fc66020 + b3760ce commit 6b78d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ MODULE:NEEDS[FerramAerospaceResearch]
TaperRatio = 1.0 //Ratio of tip chord to root chord generally < 1, must be > 0
MidChordSweep = 0 //Sweep angle in degrees; measured down the center of the span / midchord position
maxdeflect = 15 //Default maximum deflection value; only used by FARControlableSurface
controlSurfacePivot = 1, 0, 0; //Local vector that obj_ctrlSrf pivots about; defaults to 1, 0, 0 (right)
controlSurfacePivot = 1, 0, 0 //Local vector that obj_ctrlSrf pivots about; defaults to 1, 0, 0 (right)
ctrlSurfFrac = 0.7
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ MODULE:NEEDS[FerramAerospaceResearch]
TaperRatio = 1.0 //Ratio of tip chord to root chord generally < 1, must be > 0
MidChordSweep = 0 //Sweep angle in degrees; measured down the center of the span / midchord position
maxdeflect = 15 //Default maximum deflection value; only used by FARControlableSurface
controlSurfacePivot = 1, 0, 0; //Local vector that obj_ctrlSrf pivots about; defaults to 1, 0, 0 (right)
controlSurfacePivot = 1, 0, 0 //Local vector that obj_ctrlSrf pivots about; defaults to 1, 0, 0 (right)
ctrlSurfFrac = 0.13
}
Expand Down

0 comments on commit 6b78d9c

Please sign in to comment.