Skip to content

Commit bdf6cac

Browse files
C++: moved petsird/helpers include files to petsird_helpers
1 parent 1eb040e commit bdf6cac

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

cpp/petsird_analysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using petsird::hdf5::PETSIRDReader;
1616
using petsird::binary::PETSIRDReader;
1717
#endif
1818
#include "petsird_helpers.h"
19-
#include "petsird/helpers/geometry.h"
19+
#include "petsird_helpers/geometry.h"
2020
#include <xtensor/xview.hpp>
2121
#include <xtensor/xio.hpp>
2222
#include <iostream>

cpp/petsird_generator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using petsird::binary::PETSIRDWriter;
2222
#endif
2323

2424
#include "petsird_helpers.h"
25-
#include "petsird/helpers/create.h"
25+
#include "petsird_helpers/create.h"
2626

2727
// these are constants for now
2828
constexpr uint32_t NUMBER_OF_EVENT_ENERGY_BINS = 3;

0 commit comments

Comments
 (0)