Skip to content
Snippets Groups Projects
Commit 5ccf8ac0 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

use old approach by default (temporary)

parent 49f11964
No related branches found
No related tags found
1 merge request!2293Calculate mesocrystal FF exactly (#510)
......@@ -29,7 +29,7 @@ struct ThreadInfo {
//! Options to compute mesocrystal formfactors.
struct MesoOptions {
bool use_reciprocal_sum{false};
bool use_reciprocal_sum{true}; // TODO: change to 'false' in framework of issue #510
double radius_factor{2.1};
};
......
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