Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/matlab/main/+pm/+sampling/@Paradram/getppm.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
%> \author
%> \AmirShahmoradi, September 1, 2012, 12:00 AM, National Institute for Fusion Studies, The University of Texas at Austin<br>
function ppm = getppm(self)
baselink = self._weblinks.docs.generic.usage.sampling.paradram.quickstart.url
baselink = self.weblinks.docs.generic.usage.sampling.paradram.quickstart.url
ppm = getppm@pm.sampling.Sampler(self) ...
+ "Use the following object method to read the generated basic output chain file and and unroll the contents as a Markov Chain: " + newline ...
+ newline ...
Expand Down