Skip to content

Commit

Permalink
Merge branch 'master' into add-zero-length-implex-contact
Browse files Browse the repository at this point in the history
  • Loading branch information
MassimoPetracca committed Aug 27, 2021
2 parents 84911e5 + 6602bf0 commit 2b48cf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SRC/classTags.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,15 @@
#define MAT_TAG_PySimple3 214
#define MAT_TAG_PlateBearingConnectionThermal 215
#define MAT_TAG_ASD_SMA_3K 216
#define MAT_TAG_SteelFractureDI 217 // galvisf

#define MAT_TAG_Masonry 217
#define MAT_TAG_Masonryt 218
#define MAT_TAG_Trilinwp 219
#define MAT_TAG_Trilinwp2 220
#define MAT_TAG_Trilinwpd 221

#define MAT_TAG_SteelFractureDI 222 // galvisf

#define MAT_TAG_FedeasMaterial 1000
#define MAT_TAG_FedeasBond1 1001
#define MAT_TAG_FedeasBond2 1002
Expand Down
2 changes: 2 additions & 0 deletions Win64/proj/material/material.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,8 @@
<Filter>section</Filter>
</ClCompile>
<ClCompile Include="..\..\..\SRC\material\uniaxial\SteelFractureDI.cpp">
<Filter>uniaxial</Filter>
</ClCompile>
<ClCompile Include="..\..\..\SRC\material\uniaxial\Masonry.cpp">
<Filter>uniaxial</Filter>
</ClCompile>
Expand Down

0 comments on commit 2b48cf6

Please sign in to comment.