Skip to content

Commit 5210393

Browse files
committed
run formatter
1 parent b49092b commit 5210393

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

include/polyscope/sparse_volume_grid_scalar_quantity.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ class SparseVolumeGridCellScalarQuantity : public SparseVolumeGridScalarQuantity
5050
class SparseVolumeGridNodeScalarQuantity : public SparseVolumeGridScalarQuantity {
5151
public:
5252
SparseVolumeGridNodeScalarQuantity(std::string name, SparseVolumeGrid& grid,
53-
const std::vector<glm::ivec3>& nodeIndices,
54-
const std::vector<float>& nodeValues, DataType dataType);
53+
const std::vector<glm::ivec3>& nodeIndices, const std::vector<float>& nodeValues,
54+
DataType dataType);
5555

5656
virtual void createProgram() override;
5757
virtual void buildNodeInfoGUI(size_t nodeInd) override;

src/render/managed_buffer.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,6 @@ template<> ManagedBufferMap<glm::uvec4>& ManagedBufferMap<glm::uve
615615

616616
} // namespace render
617617

618-
std::string typeName(ManagedBufferType type) {
619-
return enum_to_string(type);
620-
};
618+
std::string typeName(ManagedBufferType type) { return enum_to_string(type); };
621619

622620
} // namespace polyscope

test/include/polyscope_test.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
#include "polyscope/point_cloud.h"
1515
#include "polyscope/polyscope.h"
1616
#include "polyscope/simple_triangle_mesh.h"
17+
#include "polyscope/sparse_volume_grid.h"
1718
#include "polyscope/surface_mesh.h"
1819
#include "polyscope/types.h"
1920
#include "polyscope/volume_grid.h"
20-
#include "polyscope/sparse_volume_grid.h"
2121
#include "polyscope/volume_mesh.h"
2222

2323
// Which polyscope backend to use for testing

0 commit comments

Comments
 (0)