Skip to content
Snippets Groups Projects
Commit 7df84ca1 authored by Joseph Boudreau's avatar Joseph Boudreau
Browse files

Merge branch 'fsl-configuration' of...

Merge branch 'fsl-configuration' of ssh://gitlab.cern.ch:7999/GeoModelDev/GeoModel into fsl-configuration
parents 2a4c9c82 9f2166d4
No related branches found
No related tags found
1 merge request!132FullSimLight to read a json configuration file - and set geometry filename,...
......@@ -752,6 +752,7 @@ std::vector<std::string> FSLMainWindow::display_configuration(const std::string
//Function to view current configuration
void FSLMainWindow::view_configuration()
{
ui->tB_view_config->clear();
this->create_configuration();
const auto s = j.dump();
std::vector<std::string> display_vector = this->display_configuration(s);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment