- Fixed conflicts in ascon.c
- Supressed superfluous message from fmess - Expanded multicounter to deal with threshold commands nicely - Fixed an an issue with an uninitialized dummy connection in nserver - Many changes to simidex to make it work in a more reliable way. - Added hdbfactory path alias targetpath - Extended frame to deal with sinqhttp HM
This commit is contained in:
9
simidx.h
9
simidx.h
@ -4,7 +4,7 @@
|
||||
* - Candidate indices are calculated from the lattice constants
|
||||
* - Permutations of the generated indices are changed for a couple
|
||||
* of conditions:
|
||||
* -- Does the angle between the reflections matches the expectaions
|
||||
* -- Does the angle between the reflections matches the expectations
|
||||
* -- Do the reflections form a right handed set
|
||||
* UB matrics matching these conditions are calculated and stored
|
||||
* for later retrieval.
|
||||
@ -98,5 +98,12 @@ int SimIdxGetNSolutions();
|
||||
* \return A IndexSolution structure
|
||||
*/
|
||||
IndexSolution SimIdxGetSolution(int id);
|
||||
/**
|
||||
* Remove the solution with the id given. This allows
|
||||
* for solution filtering though upper level code. Please
|
||||
* note that this changes the number of available solutions
|
||||
* @param id The solution to remove
|
||||
*/
|
||||
void SimIdxRemoveSolution(int id);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user