Skip to content

Commit

Permalink
Merge pull request #283 from HJZollner/MRSI
Browse files Browse the repository at this point in the history
Version check fix
  • Loading branch information
HJZollner authored Jul 9, 2021
2 parents a208c3a + 246b8c0 commit 980d2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job/OspreyJob.m
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
%%% 7. SET FLAGS AND VERSION %%%
MRSCont.flags.didJob = 1;
MRSCont.loadedJob = jobFile;
MRSCont.ver.Osp = 'Osprey 1.0.1';
MRSCont.ver.Osp = 'Osprey 1.0.2';


%%% 8. CHECK IF OUTPUT STRUCTURE ALREADY EXISTS IN OUTPUT FOLDER %%%
Expand Down

0 comments on commit 980d2a3

Please sign in to comment.