Skip to content

Commit

Permalink
Fix compilation in combination with CADP
Browse files Browse the repository at this point in the history
  • Loading branch information
ennoruijters committed Feb 1, 2024
1 parent e17e850 commit 87459dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dftcalc/dftcalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ std::string DFT::DFTCalc::getRoot() {
#endif

if(messageFormatter) messageFormatter->reportAction("DFT2LNTROOT is: " + dft2lntRoot,VERBOSITY_DATA);
end:
return dft2lntRoot;
}

Expand Down
1 change: 1 addition & 0 deletions dfttest/dfttest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ std::string getRoot(MessageFormatter* messageFormatter) {
#endif

if(messageFormatter) messageFormatter->reportAction("DFT2LNTROOT is: " + dft2lntRoot,VERBOSITY_DATA);
end:
return dft2lntRoot;
}

Expand Down

0 comments on commit 87459dc

Please sign in to comment.