Skip to content

Commit 472363a

Browse files
authored
Update getppm.m
This commit addresses one of the issues mentioned in the pull request "changes to address issues with new xcode changes" #54 by @theoneineed .
1 parent 6ebba98 commit 472363a

File tree

1 file changed

+1
-1
lines changed
  • src/matlab/main/+pm/+sampling/@Paradram

1 file changed

+1
-1
lines changed

src/matlab/main/+pm/+sampling/@Paradram/getppm.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
%> \author
1818
%> \AmirShahmoradi, September 1, 2012, 12:00 AM, National Institute for Fusion Studies, The University of Texas at Austin<br>
1919
function ppm = getppm(self)
20-
baselink = self._weblinks.docs.generic.usage.sampling.paradram.quickstart.url
20+
baselink = self.weblinks.docs.generic.usage.sampling.paradram.quickstart.url
2121
ppm = [email protected](self) ...
2222
+ "Use the following object method to read the generated basic output chain file and and unroll the contents as a Markov Chain: " + newline ...
2323
+ newline ...

0 commit comments

Comments
 (0)