Skip to content
Snippets Groups Projects
Commit afe3f5e3 authored by Sreekanth Arikatla's avatar Sreekanth Arikatla
Browse files

REFAC: Remove mismatch between FeDeformableObject class and file

parent 27ea8fd4
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/install CACHE PATH "Install location" FORCE)
endif()
set(CMAKE_PREFIX_PATH ${CMAKE_INSTALL_PREFIX})
#-----------------------------------------------------------------------------
# Project install directories
#-----------------------------------------------------------------------------
......
......@@ -21,7 +21,7 @@
#include "imstkTimer.h"
#include "imstkSimulationManager.h"
#include "imstkDeformableObject.h"
#include "imstkFeDeformableObject.h"
#include "imstkBackwardEuler.h"
#include "imstkNonLinearSystem.h"
#include "imstkNewtonSolver.h"
......
......@@ -22,7 +22,7 @@
#include "imstkPenaltyCH.h"
#include "imstkCollidingObject.h"
#include "imstkCollisionData.h"
#include "imstkDeformableObject.h"
#include "imstkFeDeformableObject.h"
#include "imstkFEMDeformableBodyModel.h"
#include "imstkLogger.h"
#include "imstkParallelUtils.h"
......
......@@ -20,7 +20,7 @@ limitations under the License.
=========================================================================*/
#include "imstkPickingCH.h"
#include "imstkDeformableObject.h"
#include "imstkFeDeformableObject.h"
#include "imstkParallelUtils.h"
#include "imstkPointSet.h"
#include "imstkFEMDeformableBodyModel.h"
......
......@@ -25,7 +25,7 @@ limitations under the License.
#include "imstkCollidingObject.h"
#include "imstkCollisionData.h"
#include "imstkCollisionDetection.h"
#include "imstkDeformableObject.h"
#include "imstkFeDeformableObject.h"
#include "imstkLogger.h"
#include "imstkPbdObject.h"
#include "imstkPbdObjectCollisionPair.h"
......
......@@ -26,7 +26,7 @@
#include "imstkCollisionGraph.h"
#include "imstkCollisionPair.h"
#include "imstkDebugRenderGeometry.h"
#include "imstkDeformableObject.h"
#include "imstkFeDeformableObject.h"
#include "imstkDynamicObject.h"
#include "imstkFEMDeformableBodyModel.h"
#include "imstkInteractionPair.h"
......
......@@ -19,7 +19,7 @@
=========================================================================*/
#include "imstkDeformableObject.h"
#include "imstkFeDeformableObject.h"
#include "imstkFEMDeformableBodyModel.h"
#include "imstkLogger.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment