Skip to content

Commit

Permalink
Reverted back to v3.0 of virtual tie points (v4.0 in now on branch vvt4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrihtar committed Nov 24, 2018
1 parent b2eb2d9 commit 8653e76
Show file tree
Hide file tree
Showing 6 changed files with 3,566 additions and 3,566 deletions.
4 changes: 2 additions & 2 deletions aft/cvvt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ if not exist %awk% echo There is a problem with %awk%
@rem
@rem Extract GK points from GURS data
@rem
%awk% -f extgk.awk virtualne_vezne_tocke_v4.0.txt > vvt-gk.node
%awk% -f extgk.awk virtualne_vezne_tocke_v3.0.txt > vvt-gk.node
if errorlevel 1 exit /b 1
.\triangle.exe vvt-gk.node
if errorlevel 1 exit /b 1
@rem
@rem Extract TM points from GURS data
@rem
%awk% -f exttm.awk virtualne_vezne_tocke_v4.0.txt > vvt-tm.node
%awk% -f exttm.awk virtualne_vezne_tocke_v3.0.txt > vvt-tm.node
if errorlevel 1 exit /b 1
.\triangle.exe vvt-tm.node
if errorlevel 1 exit /b 1
Expand Down
4 changes: 2 additions & 2 deletions aft/cvvt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
#
# Extract GK points from GURS data
#
awk -f extgk.awk virtualne_vezne_tocke_v4.0.txt > vvt-gk.node
awk -f extgk.awk virtualne_vezne_tocke_v3.0.txt > vvt-gk.node
[ $? -ne 0 ] && exit 1
./triangle vvt-gk.node
[ $? -ne 0 ] && exit 1
#
# Extract TM points from GURS data
#
awk -f exttm.awk virtualne_vezne_tocke_v4.0.txt > vvt-tm.node
awk -f exttm.awk virtualne_vezne_tocke_v3.0.txt > vvt-tm.node
[ $? -ne 0 ] && exit 1
./triangle vvt-tm.node
[ $? -ne 0 ] && exit 1
Expand Down
Loading

0 comments on commit 8653e76

Please sign in to comment.