X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FUIUCModel%2Fuiuc_find_position.cpp;h=e26c74c454f16e0d55e64654dbaef71758471287;hb=c62b0044380eb0387c447cc33660f74b02cbbce4;hp=d1fb766ea32c2b42d6955985899197859b6d81aa;hpb=7289eaa8baafac56a3e32dedd5b77d3534d61c4a;p=flightgear.git diff --git a/src/FDM/UIUCModel/uiuc_find_position.cpp b/src/FDM/UIUCModel/uiuc_find_position.cpp index d1fb766ea..e26c74c45 100644 --- a/src/FDM/UIUCModel/uiuc_find_position.cpp +++ b/src/FDM/UIUCModel/uiuc_find_position.cpp @@ -60,14 +60,13 @@ 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;