We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f58c3 commit a8bbc2fCopy full SHA for a8bbc2f
apps/scrtdd/hdd/hypodd.cpp
@@ -809,7 +809,7 @@ HypoDD::updateRelocatedEvents(const Solver& solver,
809
double travelTime = obsparams.get(event.id, station.id, phaseTypeAsChar).travelTime;
810
phase.relocInfo.residual = travelTime - (phase.time - event.time).length();
811
rmsCount++;
812
- } catch ( exception &e ) { }
+ } catch ( exception &e ) { phase.relocInfo.residual = 0; }
813
814
event.rms += (phase.relocInfo.residual * phase.relocInfo.residual);
815
if ( phase.procInfo.type == Phase::Type::P )
0 commit comments