diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-07-27 18:51:39 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-07-27 18:51:39 (GMT) |
commit | 441ca548972a90b4495c9602214afaec13c6380d (patch) | |
tree | cb73e9a850398841659fd599db3c9518e3ecb8b1 /tksao/util/util.C | |
parent | cf5a14e2056c195269bc1eefa7553f7389aa13cf (diff) | |
download | blt-441ca548972a90b4495c9602214afaec13c6380d.zip blt-441ca548972a90b4495c9602214afaec13c6380d.tar.gz blt-441ca548972a90b4495c9602214afaec13c6380d.tar.bz2 |
simplify mapLen code
Diffstat (limited to 'tksao/util/util.C')
-rw-r--r-- | tksao/util/util.C | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tksao/util/util.C b/tksao/util/util.C index ebcd746..9351adb 100644 --- a/tksao/util/util.C +++ b/tksao/util/util.C @@ -520,7 +520,6 @@ int dCompare(const void* a, const void* b) return 0; } -#ifndef NEWWCS Vector mapLen(const Vector& v, const Matrix& mx) { // remove translation @@ -534,7 +533,6 @@ 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) |