]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_map_CL.cpp
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_CL.cpp
index e11fe9a74e26732cf2b59e2e7be06dea398862c2..45da4a272791165607a4008a5a65775dc14edbae 100644 (file)
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
+
  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.
+
 **********************************************************************/
 
 #include "uiuc_map_CL.h"
@@ -82,6 +81,9 @@ void uiuc_map_CL()
   CL_map["CL_q"]                  =      CL_q_flag                  ;
   CL_map["CL_ih"]                 =      CL_ih_flag                 ;
   CL_map["CL_de"]                 =      CL_de_flag                 ;
+  CL_map["CL_df"]                 =      CL_df_flag                 ;
+  CL_map["CL_ds"]                 =      CL_ds_flag                 ;
+  CL_map["CL_dg"]                 =      CL_dg_flag                 ;
   CL_map["CLfa"]                  =      CLfa_flag                  ;
   CL_map["CLfade"]                =      CLfade_flag                ; 
   CL_map["CLfdf"]                 =      CLfdf_flag                 ;