]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_menu_functions.h
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_menu_functions.h
index 048ebf9911197ab79f2238bf19902585660c8978..1423c0fe492c776b7b915f6a5844f3db771b2641 100644 (file)
@@ -6,17 +6,12 @@
 #include <simgear/compiler.h>
 
 #include <string>
-#include STL_IOSTREAM
-//#include STL_STRSTREAM
-#include <sstream>
-
-//SG_USING_STD(istrstream);
 
 void d_2_to_3( double array2D[100][100], double array3D[][100][100], int index3D);
 void d_1_to_2( double array1D[100], double array2D[][100], int index2D);
 void d_1_to_1( double array1[100], double array2[100] );
 void i_1_to_2( int array1D[100], int array2D[][100], int index2D);
-bool check_float( const string &token);
+bool check_float( const std::string &token);
 //bool check_float( const string &token);
 
 #endif //_MENU_FUNCTIONS_H_