Skip to content
Snippets Groups Projects
Commit b96c8229 authored by Laura Nervo's avatar Laura Nervo Committed by Nicola Vigano
Browse files

Cleaning functions, adding user friendly codes, last updates Laura

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@95 4c865b51-4357-4376-afb4-474e03ccb993
parent 71ccfa63
No related branches found
No related tags found
No related merge requests found
function cif=readCif(name)
function cif=gtReadCif(name)
latticepar=readCifLattice(name);
op=readCifSymmetry(name);
......
function [herm,table]=readSpaceGroup(sg)
% FUNCTION READSPACEGROUP Read the spacegroup and give the hermann_maugui symbol
% READSPACEGROUP
% [herm,[table]]=readSpaceGroup(sg)
function [herm,table]=gtReadSpaceGroup(sg)
% FUNCTION GTREADSPACEGROUP Read the spacegroup and give the hermann_maugui symbol
% GTREADSPACEGROUP
% [herm,[table]]=gtReadSpaceGroup(sg)
% INPUT:
% sg = spacegroup to look at <double>
% OUTPUT:
......
......@@ -37,7 +37,7 @@ else
end
if ~isfield(parameters.acq,'hermann_mauguin')
hermann=readSpaceGroup(spacegroup);
hermann=gtReadSpaceGroup(spacegroup);
end
% calculate twotheta (twoth) for different spacegroups
......
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