]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_1DdataFileReader.cpp
Updated to match changes in radiostack.[ch]xx
[flightgear.git] / src / FDM / UIUCModel / uiuc_1DdataFileReader.cpp
index 2f49199c1a913d48df3a55f3f94f8a7613f28392..9e67fb952501929eec3f1fea1a53ebfe712b8a56 100644 (file)
@@ -70,8 +70,8 @@
 #include "uiuc_1DdataFileReader.h"
 
 int 
-uiuc_1DdataFileReader( string file_name, double convert_x, double convert_y, 
-                          double x[100], double y[100], int &xmax )
+uiuc_1DdataFileReader( string file_name,  
+                         double x[100], double y[100], int &xmax ) 
 {
 
   ParseFile *matrix;