Skip to content
Snippets Groups Projects
Commit c89a5c99 authored by Xin Jin's avatar Xin Jin Committed by Pascal Sainvitu
Browse files

[TSU-4181] adding EC lines to bad measurements as well

parent b05b43e8
Branches
Tags
1 merge request!1241[TSU-4181] adding EC lines to bad measurements as well
Pipeline #12306369 passed
......@@ -959,7 +959,7 @@ namespace TSU.IO.SUSoft
{
bool mustBeCommented = !(m._Status is Good);
bool mustBeAddedIfFile = !(mustBeCommented && Tsunami2.Preferences.Values.GuiPrefs.ShowCommentedLineInGeodeExport.IsFalse);
bool mustBeAddedIfFile = !(m._Status is Questionable && Tsunami2.Preferences.Values.GuiPrefs.ShowCommentedLineInGeodeExport.IsFalse);
// measure needs coordinates in StationCS or Beam Cs, if not, we skip
if (m._Point._Coordinates == null) return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment