Changeset 9836 in ntrip for trunk


Ignore:
Timestamp:
Sep 26, 2022, 10:29:54 PM (19 months ago)
Author:
wiese
Message:

remove lib from import

Location:
trunk/BNC/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/scripts/compareSP3Plot.pl

    r9830 r9836  
    2525use File::Basename;
    2626use Date::Manip;
    27 use lib $ENV{'BKG_PERL_LIB'};
    28 use Misc::Gps_Date;
    2927use List::MoreUtils qw( minmax );
    3028use experimental 'smartmatch';
     29
     30use Gps_Date; # Bernese
    3131
    3232# -----------------------------------------------------------------------------
  • trunk/BNC/scripts/pppPlot.pl

    r9830 r9836  
    3737use Log::Log4perl qw(:easy);
    3838use PDF::API2;
     39
     40use Bnc;
     41use Common;
     42
    3943use constant {
    4044               mm   => 25.4 / 72,
     
    4246               pt   => 1,
    4347};    # There are 72 postscript points in an inch and there are 25.4 millimeters in an inch.
    44 
    45 # BKG Perl libs
    46 use Bnc;
    47 use Common;
    4848
    4949
Note: See TracChangeset for help on using the changeset viewer.