Skip to content

Commit

Permalink
Style guide compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Feb 1, 2024
1 parent c50a1c9 commit c9f0624
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dagmc/tests/dagmc_ipc_index_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <gtest/gtest.h>

#include <filesystem>
#include <iostream>
#include <memory>
#include <filesystem>

#include "DagMC.hpp"
#include "moab/Core.hpp"
Expand Down Expand Up @@ -67,7 +67,8 @@ TEST_F(DagmcIPCPositionTest, dagmc_implicit_complement_position_test) {
ASSERT_EQ(rval, MB_SUCCESS);
ASSERT_NE(ipc, 0);

// there are 3 volumes in the original model and we've added the implicit complement
// there are 3 volumes in the original model and we've added the implicit
// complement
int num_vols = dagmc2->num_entities(3);
ASSERT_EQ(num_vols, 4);

Expand Down

0 comments on commit c9f0624

Please sign in to comment.