]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_map_Croll.cpp
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_Croll.cpp
index 561039719cbd6b2f40dba3ed536423f0f2905dea..7ee47046b7d46200c62a432e4964648493558480 100644 (file)
 ----------------------------------------------------------------------
  
  HISTORY:      04/08/2000   initial release
+               10/25/2001   (RD) Added new variables needed for the non-
+                           linear Twin Otter model at zero flaps
+                           (Clfxxf0)
+              11/12/2001   (RD) Added new variables needed for the non-
+                           linear Twin Otter model with flaps
+                           (CXfxxf).  Zero flap vairables removed.
 
 ----------------------------------------------------------------------
  
  AUTHOR(S):    Bipin Sehgal       <bsehgal@uiuc.edu>
                Jeff Scott         <jscott@mail.com>
+              Robert Deters      <rdeters@uiuc.edu>
+
 ----------------------------------------------------------------------
  
  VARIABLES:
  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_Croll.h"
@@ -77,6 +83,11 @@ void uiuc_map_Croll()
   Cl_map["Cl_daa"]                =      Cl_daa_flag                ;
   Cl_map["Clfada"]                =      Clfada_flag                ;
   Cl_map["Clfbetadr"]             =      Clfbetadr_flag             ;
+  Cl_map["Clfabetaf"]             =      Clfabetaf_flag             ;
+  Cl_map["Clfadaf"]               =      Clfadaf_flag               ;
+  Cl_map["Clfadrf"]               =      Clfadrf_flag               ;
+  Cl_map["Clfapf"]                =      Clfapf_flag                ;
+  Cl_map["Clfarf"]                =      Clfarf_flag                ;
 }
 
 // end uiuc_map_Croll.cpp