Rename GPSsmooth files.
- avoid confusion with GPS instrument files.
This commit is contained in:
parent
af451fb138
commit
2d5d43a57d
4 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
add_executable(GPSsmooth
|
||||
gps.cxx gps.hxx
|
||||
GPSsmooth.cxx GPSsmooth.hxx
|
||||
gps_main.cxx
|
||||
)
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include <simgear/misc/sgstream.hxx>
|
||||
#include <simgear/misc/strutils.hxx>
|
||||
|
||||
#include "gps.hxx"
|
||||
#include "GPSsmooth.hxx"
|
||||
|
||||
using std::cout;
|
||||
using std::endl;
|
|
@ -20,7 +20,7 @@
|
|||
#include <Network/net_ctrls.hxx>
|
||||
#include <Network/net_fdm.hxx>
|
||||
|
||||
#include "gps.hxx"
|
||||
#include "GPSsmooth.hxx"
|
||||
|
||||
|
||||
using std::cout;
|
||||
|
|
Loading…
Reference in a new issue