Skip to content

Commit 616586d

Browse files
committed
Add single header generation.
1 parent 7cbbbec commit 616586d

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ doc:
146146
@mkdir -p $(BUILD_DIR)/documentation
147147
CODI_VERSION=$(CODI_VERSION) doxygen
148148

149+
single_header:
150+
quom --include_directory include include/codi.hpp $(BUILD_DIR)/codi_single.hpp
151+
149152
.PHONY: format
150153
format:
151154
find include tests/general/include tests/general/src tests/events/include tests/events/src -type f -exec $(CLANG_FORMAT) -i {} \;

include/codi/expressions/complex/binaryMixedComplexAndRealOverloads.tpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
#include "../../misc/macros.hpp"
7272
#include "../../traits/realTraits.hpp"
7373
#include "../activeType.hpp"
74-
#include "../arbitraryExpression.hpp"
7574
#include "../constantExpression.hpp"
7675
#include "../expressionInterface.hpp"
7776
#include "realToComplexCast.hpp"

include/codi/expressions/complex/binaryRealToComplexOverloads.tpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
#include "../constantExpression.hpp"
7474
#include "../expressionInterface.hpp"
7575
#include "../parallelActiveType.hpp"
76-
#include "adjointComplexToRealCast.hpp"
7776
#define OPERATION_LOGIC BinaryOperation
7877
#define FUNCTION func
7978

0 commit comments

Comments
 (0)