~ubuntu-branches/ubuntu/wily/proj/wily

« back to all changes in this revision

Viewing changes to nad/test27

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-05-03 21:15:10 UTC
  • mfrom: (12.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20150503211510-35jung6npvio2e5k
Tags: 4.9.1-1
* Move from experimental to unstable.
* Use jquery.js from libjs-jquery instead of doxygen copy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# Proj will vary in the .001ft range with projections using Transverse
7
7
#   Mercator due to greater precision of meridinal distance function.
8
8
#
 
9
NAD_DIR=`dirname $0`
9
10
EXE=$1
10
11
 
11
12
usage()
29
30
echo "============================================"
30
31
 
31
32
OUT=proj_out27
32
 
INIT_FILE=./nad27
 
33
INIT_FILE=${NAD_DIR}/nad27
33
34
#
34
35
echo "doing tests into file ${OUT}, please wait"
35
36
#
831
832
#
832
833
# do 'diff' with distribution results
833
834
echo "diff ${OUT} with pj_out27.dist"
834
 
diff -b ${OUT} pj_out27.dist
 
835
diff -b ${OUT} ${NAD_DIR}/pj_out27.dist
835
836
if [ $? -ne 0 ] ; then
836
837
        echo  ""
837
838
        echo "PROBLEMS HAVE OCCURED"