- First commit of the new UB based TAS calculation. A milestone has been
reached: it handles one test case correctly back and forth - Fixed oscillation code - Added a feature for switching off automatic updates in nxupdate Autoamtic updates cause problems when scanning...
This commit is contained in:
5
cell.h
5
cell.h
@ -22,6 +22,11 @@
|
||||
double a,b,c;
|
||||
double alpha, beta, gamma;
|
||||
}lattice, *plattice;
|
||||
/**
|
||||
* defaultCell assigns defualt values to cell parameters
|
||||
* @param cell The lattice to assign default too
|
||||
*/
|
||||
void defaultCell(plattice cell);
|
||||
/**
|
||||
* conversion from a direct lattice to the recipcrocal one.
|
||||
* @param direct The input direct cell parameters.
|
||||
|
Reference in New Issue
Block a user