Skip to content

Commit

Permalink
Reverted idf fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hirseboy committed Dec 18, 2023
1 parent 37bfe3a commit 39fa801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SIM-VICUS/src/SVImportIDFDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ void SVImportIDFDialog::transferData(const EP::Project & prj, unsigned int start

// *** Adiabatic boundary conditions ("adiabatic") ***

// unsigned int bcIDAdiabatic = VICUS::INVALID_ID;
unsigned int bcIDAdiabatic = VICUS::INVALID_ID;
{
VICUS::BoundaryCondition bc;
bc.m_id = ++nextID;
Expand Down

0 comments on commit 39fa801

Please sign in to comment.