Skip to content

Commit

Permalink
Merge branch 'feature/parallel_transport' of https://github.com/JCSDA…
Browse files Browse the repository at this point in the history
…-internal/atlas into feature/parallel_transport
  • Loading branch information
odlomax committed Dec 14, 2023
2 parents 96b28b2 + 98ab54a commit 56badc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions src/atlas/util/Geometry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

#include "atlas/util/Geometry.h"

#include <cmath>

#include "eckit/geometry/Point2.h"
#include "eckit/geometry/Point3.h"

Expand Down
1 change: 1 addition & 0 deletions src/atlas/util/Geometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <memory>
#include <sstream>
#include <string>
#include <utility>

#include "atlas/runtime/Exception.h"
#include "atlas/util/Earth.h"
Expand Down
6 changes: 0 additions & 6 deletions src/atlas/util/UnitSphere.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@

#pragma once

#include <cmath>
#include <utility>

#include "atlas/util/Constants.h"
#include "atlas/util/Point.h"

#include "eckit/geometry/UnitSphere.h"

//------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 56badc7

Please sign in to comment.