Skip to content

Commit

Permalink
remove unwanted changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
CusiniM committed Aug 21, 2024
1 parent b4865e3 commit 94d83d4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 223 deletions.
1 change: 0 additions & 1 deletion src/coreComponents/denseLinearAlgebra/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Specify all headers
set( denseLinearAlgebra_headers
common/layouts.hpp
denseLASolvers.hpp
interfaces/blaslapack/BlasLapackFunctions.h
interfaces/blaslapack/BlasLapackLA.hpp )

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
set( serial_tests
testBlasLapack.cpp
testSolveLinearSystem.cpp
testDenseLASolvers.cpp )
testSolveLinearSystem.cpp )

set( dependencyList gtest denseLinearAlgebra )

Expand Down
219 changes: 0 additions & 219 deletions src/coreComponents/denseLinearAlgebra/unitTests/testDenseLASolvers.cpp

This file was deleted.

2 changes: 1 addition & 1 deletion src/docs/sphinx/QuickStart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ The parallel ``make -j 4`` will use four processes for compilation, which can su
You can adjust this value to match the number of processors available on your machine.
The ``make install`` command then installs GEOS to a default location unless otherwise specified.

If all goes well, a ``geosx`` executable should now be available:
If all goes well, a ``geosx`` executable should now be available

.. code-block:: sh
Expand Down

0 comments on commit 94d83d4

Please sign in to comment.