Skip to content

Commit

Permalink
Fix the vcxproj.filters for materials.
Browse files Browse the repository at this point in the history
-Clean the SLModel files.
  • Loading branch information
ahartloper committed Feb 24, 2020
1 parent 00bbfb2 commit ee729fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 84 deletions.
5 changes: 0 additions & 5 deletions SRC/material/uniaxial/SLModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2027,9 +2027,4 @@ void SLModel::BackBoneTen2Func(void)
TemptSgmp = tSgmp - tEpsp2 * tEr2;
tEpsy = -(tSgme - TemptSgmp) / (tEu - tEr2);
tSgmy = tEu * tEpsy + tSgme;


}



76 changes: 0 additions & 76 deletions SRC/material/uniaxial/SLModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,81 +109,5 @@ class SLModel : public UniaxialMaterial

double C_Tangent;
double C_iInitial;

};


#endif









































































5 changes: 2 additions & 3 deletions Win64/proj/material/material.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,6 @@
<ClCompile Include="..\..\..\SRC\material\uniaxial\UVCuniaxial.cpp">
<Filter>uniaxial</Filter>
</ClCompile>
<<<<<<< Updated upstream
<ClCompile Include="..\..\..\SRC\material\uniaxial\TDConcrete.cpp">
<Filter>uniaxial</Filter>
</ClCompile>
Expand All @@ -1342,9 +1341,9 @@
<Filter>uniaxial</Filter>
</ClCompile>
<ClCompile Include="..\..\..\SRC\material\uniaxial\TDConcreteMC10NL.cpp">
=======
<Filter>uniaxial</Filter>
</ClCompile>
<ClCompile Include="..\..\..\SRC\material\uniaxial\SLModel.cpp">
>>>>>>> Stashed changes
<Filter>uniaxial</Filter>
</ClCompile>
</ItemGroup>
Expand Down

0 comments on commit ee729fe

Please sign in to comment.