Skip to content
Snippets Groups Projects
Commit b37e0388 authored by Wolfgang Ludwig's avatar Wolfgang Ludwig Committed by Nicola Vigano
Browse files

temporary fix for database in gtDBBlob2SpotTable

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@649 4c865b51-4357-4376-afb4-474e03ccb993
parent 6cff9bb9
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ difspot_table = sprintf('%sdifspot', acq.name);
% display some info for the log file
fprintf('Using: flag_writeedf = %d, thr_area = %d, difspot_table = %s\n%%%%%%%%\n',flag_writeedf, thr_area, difspot_table)
gtDBConnect()
gtDBConnect('graindb.esrf.fr','gtadmin','gtadmin','graintracking')
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Loop through blobs
......
......@@ -6,6 +6,12 @@ function gtSetupForwardSimulation
parameters = [];
load('parameters.mat');
gtDBConnect();
check=inputwdefault('Do you want to recompile the function ''gtForwardSimulate_v2''? [y/n]','n');
if strcmpi(check,'y')
gt_mcc('gtForwardSimulate_v2');
end
nof_phases = length(parameters.cryst);
if nof_phases > 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