Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mohd-afeef-badri committed Aug 1, 2024
1 parent 798a628 commit d2bf611
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions acoustics/FemModule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class FemModule
private:

Real kc2;
Real ElementNodes;

DoFLinearSystem m_linear_system;
IItemFamily* m_dof_family = nullptr;
Expand Down Expand Up @@ -159,10 +158,8 @@ _getMaterialParameters()
info() << "Get material parameters...";
kc2 = options()->kc2();

ElementNodes = 3.;
}


/*---------------------------------------------------------------------------*/
// Assemble the FEM linear operator
/*---------------------------------------------------------------------------*/
Expand Down
1 change: 0 additions & 1 deletion femutils/FemDoFsOnNodes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ initialize(IMesh* mesh, Int32 nb_dof_per_node)

// Create the DoFs
Int64UniqueArray uids(mesh->allNodes().size() * nb_dof_per_node);
Int64 max_node_uid = mesh::DoFUids::getMaxItemUid(mesh->nodeFamily());
{
Integer dof_index = 0;
ENUMERATE_NODE (inode, mesh->allNodes()) {
Expand Down

0 comments on commit d2bf611

Please sign in to comment.