Skip to content

Commit

Permalink
cleanup merge artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
JostMigenda committed May 8, 2024
1 parent 6a5a6cc commit 0883e51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ std::string CemrgScarAdvanced::num2str(double num, int precision) {
void CemrgScarAdvanced::SaveStrToFile(std::string path2file, std::string filename, std::string text) {
MITK_INFO << "[AdvancedScar] Saving to file: " + path2file + filename;
std::ofstream outst;
std::ofstream outst;
std::stringstream ss;

ss << (path2file + filename);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/*=========================================================================
/*=========================================================================
Program: Medical Imaging & Interaction Toolkit
Language: C++
Expand Down

0 comments on commit 0883e51

Please sign in to comment.