Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't show pop-up in TomoReconstruction #698

Merged
merged 4 commits into from
May 1, 2015

Conversation

FedeMPouzols
Copy link
Contributor

Fixes #11675.

To test: set your facility to other than ISIS and see that you don't get a pop-up complaining about that, so you can also build the documentation (you might have to make a change to the RST to force a doc rebuild).

@FedeMPouzols FedeMPouzols added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Bug Issues and pull requests that are regressions or would be considered a bug by users (e.g. crashing) GUI labels May 1, 2015
@FedeMPouzols FedeMPouzols added this to the Release 3.4 milestone May 1, 2015
@DanNixon DanNixon self-assigned this May 1, 2015
". If you have set that facility by mistake in your settings, "
"please update it." << std::endl;
throw std::runtime_error(
"Failed to initialize because the facility is not " + fac.name());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should fac.name() not be m_facilty (or facility is not be facility is)?

Currently I get: Error description: Failed to initialize because the facility is not SNS

@FedeMPouzols
Copy link
Contributor Author

Oh yes, the message in that throw is wrong. I'm fixing it...

DanNixon added a commit that referenced this pull request May 1, 2015
…reconstruction

Don't show pop-up in TomoReconstruction
@DanNixon DanNixon merged commit e6de809 into master May 1, 2015
@DanNixon DanNixon deleted the 11675_dont_show_popup_tomoreconstruction branch May 1, 2015 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues and pull requests that are regressions or would be considered a bug by users (e.g. crashing) High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants