Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mwgeurts committed May 23, 2017
1 parent 6b48c0f commit 076d109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoCheckTomo.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function autoCheckTomo()
warning('off','all');

% Set version handle
version = '1.0.4';
version = '1.0.5';

% Determine path of current application
[path, ~, ~] = fileparts(mfilename('fullpath'));
Expand Down
2 changes: 1 addition & 1 deletion config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DEFAULT_TRANSPARENCY = 30%
DEFAULT_CALC_METHOD = 1
DEFAULT_RESOLUTION = 3
ALLOW_MVCT_CALC = 0
MATLAB_DOSE_RATE = 8.3
MATLAB_DOSE_RATE = 8.2
MATLAB_OUTSIDE_BODY = 0
MATLAB_DENSITY_THRESH = 0.1
MATLAB_POOL = 2
Expand Down

0 comments on commit 076d109

Please sign in to comment.