Skip to content

Commit

Permalink
#197: Build ok with basis class
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemeyer5 committed Sep 18, 2023
1 parent 062f0b5 commit 3e83aff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/nox/test/tpetra/LOCA_TestProblems/Basis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
// ************************************************************************
//@HEADER

#include "NOX_Common.H"
#include "Basis.H"
// #include "NOX_Common.H"
#include "Basis.hpp"
#include <cstddef>
#include <cmath>

Expand Down
24 changes: 12 additions & 12 deletions packages/nox/test/tpetra/LOCA_TestProblems/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ TRIBITS_INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})

APPEND_SET(HEADERS
Basis.hpp
FiniteElementProblem.hpp
Problem_Interface.hpp
Tcubed_FiniteElementProblem.hpp
Pitchfork_FiniteElementProblem.hpp
NormConstraint.hpp
LOCALinearConstraint.hpp
# FiniteElementProblem.hpp
# Problem_Interface.hpp
# Tcubed_FiniteElementProblem.hpp
# Pitchfork_FiniteElementProblem.hpp
# NormConstraint.hpp
# LOCALinearConstraint.hpp
)

APPEND_SET(SOURCES
Basis.cpp
Problem_Interface.cpp
Tcubed_FiniteElementProblem.cpp
Pitchfork_FiniteElementProblem.cpp
NormConstraint.cpp
LOCALinearConstraint.cpp
# Problem_Interface.cpp
# Tcubed_FiniteElementProblem.cpp
# Pitchfork_FiniteElementProblem.cpp
# NormConstraint.cpp
# LOCALinearConstraint.cpp
)

IF(NOX_ENABLE_ABSTRACT_IMPLEMENTATION_TPETRA AND NOX_ENABLE_LOCA)
IF(#[[Change this `NOX_ENABLE_ABSTRACT_IMPLEMENTATION_EPETRA` for Tpetra]] #[[AND]] NOX_ENABLE_LOCA)

TRIBITS_ADD_LIBRARY(
locatpetratestproblems
Expand Down

0 comments on commit 3e83aff

Please sign in to comment.