Skip to content

Commit 8a247b4

Browse files
[Sofa.Simulation.Graph] Remove DAGNode related test files (#5670)
* Merge DAGNode in Node * Use Node in place of DAGNode in sofa's code. * Copy past content of DAGNode in Node * FIXUP forward declaration of BaseMechanicalstate * FIX Node refactoring invalid merge. * Clean of the integration of DAGNode into Node Important things are: - integration of NODEgetMeshTopologyLink into getMeshTopologyLink - refactoring of updateContext, updateVisualContext and updateSimulationContext Some code was shared between them.. so I factorize that into a new method called initializeContexts() non important things are removal of un-needed static_cast<Node*> * Add deprecation macro in DAGNode.h forwarding to Node * Move DAGNode_test DAG_test in Node_test.cpp * FIX the TEST_F problem
1 parent eb9c2c9 commit 8a247b4

File tree

4 files changed

+443
-512
lines changed

4 files changed

+443
-512
lines changed

Sofa/framework/Simulation/Graph/test/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ set(HEADER_FILES
66
)
77

88
set(SOURCE_FILES
9-
DAG_test.cpp
10-
Node_test.cpp
119
MutationListener_test.cpp
1210
Node_test.cpp
1311
Simulation_test.cpp

Sofa/framework/Simulation/Graph/test/DAGNode_test.cpp

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)