diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-09-01 19:03:42 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-09-01 19:03:42 (GMT) |
commit | dd509055091e6dbb4cec991b5179aa979c699ad5 (patch) | |
tree | c65b8fc813e86242241bec10797dfd8bd2f3d252 /tksao/util/util.C | |
parent | f800ebd8b9ccb3603008f83fb07391110bf7b5ed (diff) | |
download | blt-dd509055091e6dbb4cec991b5179aa979c699ad5.zip blt-dd509055091e6dbb4cec991b5179aa979c699ad5.tar.gz blt-dd509055091e6dbb4cec991b5179aa979c699ad5.tar.bz2 |
new AST support
Diffstat (limited to 'tksao/util/util.C')
-rw-r--r-- | tksao/util/util.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tksao/util/util.C b/tksao/util/util.C index 9f4decd..800b9da 100644 --- a/tksao/util/util.C +++ b/tksao/util/util.C @@ -449,6 +449,7 @@ int dCompare(const void* a, const void* b) return 0; } +#ifndef NEWWCS Vector mapLen(const Vector& v, const Matrix& mx) { // remove translation @@ -462,6 +463,7 @@ Vector mapLen(const Vector& v, const Matrix& mx) // all that is left is Scaling return (v*s).abs(); } +#endif #if defined (MAC_OSX_TK) || (_WIN32) |