]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_find_position.cpp
Fix many clang errors in UIUC code
[flightgear.git] / src / FDM / UIUCModel / uiuc_find_position.cpp
index d1fb766ea32c2b42d6955985899197859b6d81aa..e26c74c454f16e0d55e64654dbaef71758471287 100644 (file)
 
  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_find_position.h"
 
 double uiuc_find_position(double command, double increment_per_timestep,
-                         double position)
+                          double position)
 {
   if (position < command) {
     position += increment_per_timestep;