Skip to content

Commit

Permalink
Merge pull request #155 from kabilar/master
Browse files Browse the repository at this point in the history
Fix header of the color label table
  • Loading branch information
pyushkevich authored Dec 18, 2024
2 parents 9637de7 + c09339f commit 635967b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Logic/Common/ColorLabelTable.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ ::SaveToFile(const char *file) const
fout << "# -B-: Blue color component (0..255)" << endl;
fout << "# -A-: Label transparency (0.00 .. 1.00)" << endl;
fout << "# VIS: Label visibility (0 or 1)" << endl;
fout << "# IDX: Label mesh visibility (0 or 1)" << endl;
fout << "# MSH: Label mesh visibility (0 or 1)" << endl;
fout << "# LABEL: Label description " << endl;
fout << "################################################"<< endl;

Expand Down

0 comments on commit 635967b

Please sign in to comment.