Skip to content

Commit

Permalink
reorganizing code
Browse files Browse the repository at this point in the history
  • Loading branch information
flopez committed May 8, 2020
1 parent 2ca5fa6 commit c3cdcb5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/BlockUnsym.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
/// @author Florent Lopez
#pragma once

#include "BlockBase.hxx"
#include "kernels/ldlt_app.hxx"
#include "kernels/factor_unsym.hxx"
#include "sylver/BlockBase.hxx"
#include "sylver/kernels/ColumnData.hxx"

// STD
Expand Down
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
set(sources
AppendAlloc.hxx
assemble.hxx
BlockBase.hxx
BlockUnsym.hxx
BuddyAllocator.hxx
factor_failed.hxx
Expand Down
2 changes: 1 addition & 1 deletion src/test/block_base.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "BlockBase.hxx"
#include "sylver/BlockBase.hxx"

#include <gtest/gtest.h>

Expand Down

0 comments on commit c3cdcb5

Please sign in to comment.