Skip to content

Commit 801c00c

Browse files
committed
Changed dof names for shell concentration so they start with 'd' instead of 'c'.
1 parent ec07519 commit 801c00c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

FEMLib/FSModel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ void FSModel::AddSolute(const std::string& name, int z, double M, double d)
397397
var.AddDOF(name, sz);
398398

399399
FEDOFVariable& svar = GetVariable("shell concentration");
400+
sprintf(sz, "d%d", (int)m_Sol.Size());
400401
svar.AddDOF(name, sz);
401402
}
402403

0 commit comments

Comments
 (0)