1 /***************************************************************************
5 ----------------------------------------------------------------------------
7 FUNCTION: dummy engine routine
9 ----------------------------------------------------------------------------
11 MODULE STATUS: incomplete
13 ----------------------------------------------------------------------------
15 GENEALOGY: Created 15 OCT 92 as dummy routine for checkout. EBJ
17 ----------------------------------------------------------------------------
23 MAINTAINED BY: maintainer
25 ----------------------------------------------------------------------------
31 CURRENT RCS HEADER INFO:
36 Revision 1.1 2002/09/10 01:14:01 curt
39 Revision 1.1.1.1 1999/06/17 18:07:33 curt
42 Revision 1.1.1.1 1999/04/05 21:32:45 curt
43 Start of 0.6.x branch.
45 Revision 1.3 1998/08/06 12:46:37 curt
48 Revision 1.2 1998/01/19 18:40:23 curt
49 Tons of little changes to clean up the code and to remove fatal errors
50 when building with the c++ compiler.
52 Revision 1.1 1997/05/29 00:09:53 curt
53 Initial Flight Gear revision.
55 * Revision 1.3 1994/01/11 19:10:45 bjax
56 * Removed include files.
58 * Revision 1.2 1993/03/14 12:16:10 bjax
59 * simple correction: added ';' to end of default routines. EBJ
61 * Revision 1.1 93/03/10 06:43:46 bjax
64 * Revision 1.1 92/12/30 13:21:46 bjax
68 ----------------------------------------------------------------------------
72 ----------------------------------------------------------------------------
74 CALLED BY: ls_model();
76 ----------------------------------------------------------------------------
80 ----------------------------------------------------------------------------
84 ----------------------------------------------------------------------------
88 --------------------------------------------------------------------------*/
92 #include "default_model_routines.h"
94 void inertias( SCALAR dt, int Initialize ) {}
95 void subsystems( SCALAR dt, int Initialize ) {}
96 /* void engine() {} */