Skip to content

Commit

Permalink
Merge pull request OpenSees#1308 from mhscott/vstudio
Browse files Browse the repository at this point in the history
Adding creep material to VStudio
  • Loading branch information
mhscott authored Nov 21, 2023
2 parents d5cff5c + 5ac1284 commit aecd6de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Win64/proj/material/material.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<ClCompile Include="..\..\..\SRC\material\uniaxial\ConfinedConcrete01.cpp" />
<ClCompile Include="..\..\..\SRC\material\uniaxial\ContinuumUniaxial.cpp" />
<ClCompile Include="..\..\..\SRC\material\uniaxial\CoulombDamperMaterial.cpp" />
<ClCompile Include="..\..\..\SRC\material\uniaxial\CreepMaterial.cpp" />
<ClCompile Include="..\..\..\SRC\material\uniaxial\CubicSpline.cpp" />
<ClCompile Include="..\..\..\SRC\material\uniaxial\DamperMaterial.cpp" />
<ClCompile Include="..\..\..\SRC\material\uniaxial\DegradingPinchedBW.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions Win64/proj/material/material.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,9 @@
<ClCompile Include="..\..\..\SRC\material\uniaxial\Ratchet.cpp">
<Filter>uniaxial</Filter>
</ClCompile>
<ClCompile Include="..\..\..\SRC\material\uniaxial\CreepMaterial.cpp">
<Filter>uniaxial</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\SRC\material\uniaxial\AxialSp.h">
Expand Down

0 comments on commit aecd6de

Please sign in to comment.