Skip to content

Commit f61586d

Browse files
committed
fix(TPZAnalysis): fix for MatLoadCases
1 parent aa3ee87 commit f61586d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Analysis/TPZAnalysis.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ int TPZAnalysis::ComputeNumberofLoadCases()
362362
{
363363
return res;
364364
}
365-
bool everyMatHasLoadCase{false};
365+
bool everyMatHasLoadCase{true};
366366
for(auto &it : fCompMesh->MaterialVec()){
367367
if(auto *matLoad = dynamic_cast<TPZMatLoadCasesBase*>(it.second);
368368
!matLoad) {

0 commit comments

Comments
 (0)