@@ -200,8 +200,9 @@ do
RECALCULATE=${1}
;;
-o|--output)
+ shift
FAST='yes'
- calc_dh stdout
+ calc_dh ${1}
exit 0
--fast)