Skip to content
Snippets Groups Projects

Resolve "GUI: crash on units change in DepthProbe simulation"

Merged Ludwig Jaeck requested to merge 329-fix into main
1 unresolved thread

Closes #329 (closed)

Merge request reports

Pipeline #84307 passed

Pipeline passed for d5b39e26 on 329-fix

Approval is optional

Merged by Ludwig JaeckLudwig Jaeck 2 years ago (Dec 23, 2022 8:42am UTC)

Merge details

Pipeline #84312 passed

Pipeline passed for 065536ba on main

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
295 295
296 296 setBeamDistribution(ParameterDistribution::BeamInclinationAngle,
297 297 *beamItem()->inclinationAngleItem(), *simulation);
298
298 m_coosys.reset(simulation->createCoordSystem());
299 299 return simulation;
300 300 }
301 301
302 302 const ICoordSystem* DepthProbeInstrumentItem::createCoordSystem() const
303 303 {
304 if (!m_coosys)
305 throw std::runtime_error(
306 "DepthProbeSimulation::createCoordSystem: DepthProbeSimulation not yet initialized");
Please register or sign in to reply
Loading