Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue 61: checking Stan version: brian-lau#61
The regex to check the Stan version will be more robust if we: 1) *match* on the first string of numerals and dots following a "v": '(?<=v)[0-9\.]+' 2) *split* on "." and cast the chunks to integers as before On branch master Changes to be committed: modified: StanModel.m
- Loading branch information