Browse Source

Storm-conv: Added a comment explaining why this executable needs its own 'setUrgentOptions'

tempestpy_adaptions
Tim Quatmann 5 years ago
parent
commit
cc66c9d758
  1. 1
      src/storm-conv-cli/storm-conv.cpp

1
src/storm-conv-cli/storm-conv.cpp

@ -308,6 +308,7 @@ namespace storm {
void processOptions() { void processOptions() {
// Start by setting some urgent options (log levels, etc.) // Start by setting some urgent options (log levels, etc.)
// We cannot use the general variants used for other executables since the "GeneralSettings" module is not available in Storm-conv
setUrgentOptions(); setUrgentOptions();
// Branch on the type of input // Branch on the type of input

Loading…
Cancel
Save