refactor: Rename CInterpolatorPbh to CInterpolatorLinearPbh

This commit is contained in:
Lars Toenning
2024-01-09 22:33:13 +01:00
parent 2f3e4fee1e
commit 3bc2d4062c
10 changed files with 49 additions and 49 deletions

View File

@@ -94,8 +94,8 @@ add_swift_test(
)
add_swift_test(
NAME misc_simulation_interpolatorpbh
SOURCES simulation/testinterpolatorpbh/testinterpolatorpbh.cpp
NAME misc_simulation_interpolatorlinearpbh
SOURCES simulation/testinterpolatorlinearpbh/testinterpolatorlinearpbh.cpp
LINK_LIBRARIES misc tests_test Qt::Core
)