Changeset 9836 in ntrip for trunk/BNC/scripts/pppPlot.pl


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

remove lib from import

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.