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

comment MesoOptions

parent c68c128e
No related branches found
No related tags found
1 merge request!2293Calculate mesocrystal FF exactly (#510)
...@@ -29,8 +29,9 @@ struct ThreadInfo { ...@@ -29,8 +29,9 @@ struct ThreadInfo {
//! Options to compute mesocrystal formfactors. //! Options to compute mesocrystal formfactors.
struct MesoOptions { struct MesoOptions {
bool use_reciprocal_sum{true}; // TODO: change to 'false' in framework of issue #510 // TODO: change to 'false' in framework of issue #510
double radius_factor{2.1}; bool use_reciprocal_sum{true}; //!< If true, use approximative but faster algorithm
double radius_factor{2.1}; //!< Cutoff for fast (reciprocal-sum) algorithm
}; };
#endif // BORNAGAIN_BASE_TYPES_SIMOPTIONS_H #endif // BORNAGAIN_BASE_TYPES_SIMOPTIONS_H
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