Skip to content

Commit

Permalink
Removed old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Apr 2, 2019
1 parent 5f32296 commit a4ece26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/contours/calc_contours.grass
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# format: OGR output format
# simplify: Simplify value
# epsg: target EPSG code
# destination: destination folder. If it does not exist, it will be created.
#
# ------
# output: If successful, prints the full path to the contours file. Otherwise it prints "error"
Expand Down Expand Up @@ -47,4 +46,4 @@ if [ -e "output.$$ext" ]; then
echo "$$(pwd)/output.$$ext"
else
echo "error"
fi
fi

0 comments on commit a4ece26

Please sign in to comment.