Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenripa committed Jan 27, 2019
1 parent 128f4cf commit f70df95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TREES_Matlab/read_sim.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
sim.sample_interval = readPar(fid,'sample_interval');
if file_version >= 2
sim.checkpoint_interval = readPar(fid,'checkpoint_interval');
sim.keep_old_checkpoints = readPar(fid,'keep_old_checkpoints');
end
seed2 = readPar(fid,'seed');
%if seed2 ~= sim.seed
Expand Down

0 comments on commit f70df95

Please sign in to comment.