Skip to content

Commit

Permalink
Test smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
eidelen committed Oct 12, 2024
1 parent 2ec7c4a commit 8fa397e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dicom2mesh/src/dicom2mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ std::tuple<bool, Dicom2Mesh::Dicom2MeshParameters> Dicom2Mesh::parseCmdLineParam

void Dicom2Mesh::showUsageText()
{
std::cout << "How to use dicom2Mesh:" << std::endl << std::endl;
std::cout << "How to use provoke dicom2Mesh:" << std::endl << std::endl;

std::cout << "Minimum example. This transforms a dicom data set into a 3d mesh file called mesh.stl by using a default iso value of 400 (shows bone)" << std::endl;
std::cout << "> dicom2mesh -i pathToDicomDirectory -o mesh.stl" << std::endl << std::endl;
Expand Down

0 comments on commit 8fa397e

Please sign in to comment.