Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
fix: header issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankaima committed Oct 23, 2023
1 parent f309cb3 commit d0421b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Doctest_tests/GaussMethodTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
#include "iostream"
#include "Matrix/Matrix.h"
#include "Vector/Vector.h"
#include "GaussMethod/GaussMethod.h"
#include "GaussMethod/TriangleMatrix.h"
#include "GaussMethod/LU.h"
#include "GaussMethod/LU_FP.h"
#include "GaussMethod/LU_PP.h"
#include "doctest.h"

TEST_CASE("GaussMethod::LowerTriangleMatrixSolve()") {
Expand Down

0 comments on commit d0421b5

Please sign in to comment.