Skip to content

Commit 0da1650

Browse files
committed
merge with master
1 parent 98ce74f commit 0da1650

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@ list(APPEND MFrontGenericInterface_SOURCES
1616
BehaviourDescription.cxx
1717
Behaviour.cxx
1818
State.cxx
19+
StateView.cxx
1920
BehaviourData.cxx
21+
BehaviourDataView.cxx
2022
MaterialStateManager.cxx
2123
MaterialDataManager.cxx
2224
Integrate.cxx
2325
FiniteStrainSupport.cxx
24-
Model.cxx)
26+
Model.cxx
27+
BehaviourIntegrationFailureAnalyser.cxx)
2528

2629
if(enable-mgis-function)
2730
list(APPEND MFrontGenericInterface_SOURCES

0 commit comments

Comments
 (0)