From 2c5f4cc8ba58a99e5c2f249805fbf53ea149b2f5 Mon Sep 17 00:00:00 2001 From: William Joye Date: Thu, 5 Jul 2018 16:35:55 -0400 Subject: fix issue with 3d coords --- tksao/util/util.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tksao/util/util.C b/tksao/util/util.C index d4bcac7..ebcd746 100644 --- a/tksao/util/util.C +++ b/tksao/util/util.C @@ -169,7 +169,7 @@ Vector zero360(const Vector& vv) Vector3d zero360(const Vector3d& vv) { - Vector out = vv; + Vector3d out = vv; // we want the first coord to be 0-360 out[0] = zero360(out[0]); return out; -- cgit v0.12