From 472363aedc8f40657179fb07c6de6889437d1088 Mon Sep 17 00:00:00 2001 From: Amir Shahmoradi Date: Fri, 17 Oct 2025 11:23:38 -0500 Subject: [PATCH] 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 . --- src/matlab/main/+pm/+sampling/@Paradram/getppm.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matlab/main/+pm/+sampling/@Paradram/getppm.m b/src/matlab/main/+pm/+sampling/@Paradram/getppm.m index aa587639..8ce54db4 100644 --- a/src/matlab/main/+pm/+sampling/@Paradram/getppm.m +++ b/src/matlab/main/+pm/+sampling/@Paradram/getppm.m @@ -17,7 +17,7 @@ %> \author %> \AmirShahmoradi, September 1, 2012, 12:00 AM, National Institute for Fusion Studies, The University of Texas at Austin
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 ...