# HG changeset patch # User Axel Jacobs # Date 1323644682 0 # Node ID b32315c3402e7bf714e960b933f99d10df2d6004 # Parent 02f1d30160d057b5639364c305f93c4679ba043b Added warning about old version to falsecolor diff -r 02f1d30160d0 -r b32315c3402e bin/falsecolor.pl --- a/bin/falsecolor.pl Sun Dec 11 23:02:02 2011 +0000 +++ b/bin/falsecolor.pl Sun Dec 11 23:04:42 2011 +0000 @@ -1,6 +1,15 @@ #!/usr/bin/perl -w # RCSid $Id: falsecolor.pl,v 2.4 2011/03/23 21:57:11 greg Exp $ +###################################################################### +# +# Please don't tinker with falsecolor.pl +# This is an old version. The most recent version is in Radiance HEAD. +# +# Axel, Dec 2011 +# +###################################################################### + use strict; use File::Temp qw/ tempdir /; use POSIX qw/ floor /;