]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_coef_lift.cpp
Goodbye automake.
[flightgear.git] / src / FDM / UIUCModel / uiuc_coef_lift.cpp
index 6f05496686ca017412ae65b5aa13aef1b67d210d..c7de49eecf030b8bf93c45396c18d1860e24d1f5 100644 (file)
@@ -81,8 +81,7 @@
 
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA or view http://www.gnu.org/copyleft/gpl.html.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 **********************************************************************/
 
@@ -247,7 +246,7 @@ void uiuc_coef_lift()
             CLfdfI = uiuc_1Dinterpolation(CLfdf_dfArray,
                                           CLfdf_CLArray,
                                           CLfdf_ndf,
-                                          flap);
+                                          flap_pos);
             CL += CLfdfI;
             break;
           }
@@ -259,7 +258,7 @@ void uiuc_coef_lift()
                                            CLfadf_nAlphaArray,
                                            CLfadf_ndf,
                                            Std_Alpha,
-                                           flap);
+                                           flap_pos);
             CL += CLfadfI;
             break;
           }