Skip to content
Snippets Groups Projects

Some improvements on exception handling

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -77,7 +77,7 @@ energy(const LocalView& localView,
energy = localEnergy_->energy(localView,localAConfiguration);
} catch (Dune::Exception &e) {
trace_off();
throw e;
throw;
}
energy >>= pureEnergy;
Loading