Skip to content

Commit 0e86465

Browse files
committed
fix unit tests
1 parent 6413241 commit 0e86465

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

UnitTests/Common/simple_ad_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#include "catch.hpp"
3131

32-
#include "../../Common/include/datatype_structure.hpp"
32+
#include "../../Common/include/basic_types/datatype_structure.hpp"
3333

3434
su2double func(const su2double& x) {
3535
return x * x * x;

UnitTests/Common/simple_directdiff_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#include "catch.hpp"
3131

32-
#include "../../Common/include/datatype_structure.hpp"
32+
#include "../../Common/include/basic_types/datatype_structure.hpp"
3333

3434
su2double func(const su2double& x) {
3535
return x * x * x;

0 commit comments

Comments
 (0)