Skip to content

Commit

Permalink
Revert whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Dec 12, 2023
1 parent 3686d84 commit 09af7e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/atlas/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ functionspace/detail/PointCloudInterface.cc
functionspace/detail/CubedSphereStructure.h
functionspace/detail/CubedSphereStructure.cc

# for cubedsphere matching mesh partitioner
# for cubedsphere matching mesh partitioner
interpolation/method/cubedsphere/CellFinder.cc
interpolation/method/cubedsphere/CellFinder.h
interpolation/Vector2D.cc
Expand All @@ -541,8 +541,8 @@ interpolation/element/Triag3D.cc
interpolation/element/Triag3D.h
interpolation/method/Intersect.cc
interpolation/method/Intersect.h
interpolation/method/Ray.cc # For testing Quad
interpolation/method/Ray.h # For testing Quad
interpolation/method/Ray.cc # For testing Quad
interpolation/method/Ray.h # For testing Quad

# for BuildConvexHull3D

Expand Down Expand Up @@ -868,7 +868,7 @@ if( NOT atlas_HAVE_ATLAS_FUNCTIONSPACE )
unset( atlas_parallel_srcs )
unset( atlas_output_srcs )
unset( atlas_redistribution_srcs )
unset( atlas_linalg_srcs ) # only depends on array
unset( atlas_linalg_srcs ) # only depends on array
endif()

if( NOT atlas_HAVE_ATLAS_INTERPOLATION )
Expand Down
2 changes: 1 addition & 1 deletion src/atlas/interpolation/method/Method.cc
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ void Method::do_execute(const FieldSet& fieldsSource, FieldSet& fieldsTarget, Me
ATLAS_ASSERT(N == fieldsTarget.size());

for (idx_t i = 0; i < fieldsSource.size(); ++i) {
Method::do_execute(fieldsSource[i], fieldsTarget[i], metadata);
Method::do_execute(fieldsSource[i], fieldsTarget[i], metadata);
}
}

Expand Down
1 change: 1 addition & 0 deletions src/atlas/interpolation/method/MethodFactory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include "unstructured/FiniteElement.h"
#include "unstructured/UnstructuredBilinearLonLat.h"


namespace atlas {
namespace interpolation {

Expand Down

0 comments on commit 09af7e7

Please sign in to comment.