1
0
Fork 0

Rename GPSsmooth files.

- avoid confusion with GPS instrument files.
This commit is contained in:
James Turner 2014-03-16 22:35:00 +00:00
parent af451fb138
commit 2d5d43a57d
4 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
add_executable(GPSsmooth add_executable(GPSsmooth
gps.cxx gps.hxx GPSsmooth.cxx GPSsmooth.hxx
gps_main.cxx gps_main.cxx
) )

View file

@ -10,7 +10,7 @@
#include <simgear/misc/sgstream.hxx> #include <simgear/misc/sgstream.hxx>
#include <simgear/misc/strutils.hxx> #include <simgear/misc/strutils.hxx>
#include "gps.hxx" #include "GPSsmooth.hxx"
using std::cout; using std::cout;
using std::endl; using std::endl;

View file

@ -20,7 +20,7 @@
#include <Network/net_ctrls.hxx> #include <Network/net_ctrls.hxx>
#include <Network/net_fdm.hxx> #include <Network/net_fdm.hxx>
#include "gps.hxx" #include "GPSsmooth.hxx"
using std::cout; using std::cout;