From 362e442ffad3ee265f362d21b557e44a59d112e6 Mon Sep 17 00:00:00 2001 From: jianzhe0726 <96191387+jianzhe0726@users.noreply.github.com> Date: Tue, 2 Aug 2022 16:41:10 -0400 Subject: [PATCH] Update runPowerSAS.m --- runPowerSAS.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runPowerSAS.m b/runPowerSAS.m index 8e0f0c0..80a88ef 100644 --- a/runPowerSAS.m +++ b/runPowerSAS.m @@ -4,7 +4,7 @@ function res=runPowerSAS(simType,data,options,varargin) % FUNCTION runPowerSAS % % Top-level function for calling PowerSAS -% Author: Rui Yao +% Author: Rui Yao % % Copyright (C) 2021, UChicago Argonne, LLC. All rights reserved. % @@ -167,9 +167,9 @@ function options=regulateOptions(options) if nargin<1 options=[]; end -if ~isfield(options,'dataPath');options.dataPath=[pwd,'/data'];end +if ~isfield(options,'dataPath');options.dataPath=[pwd,'\data'];end if ~isfield(options,'settingPath');options.settingPath=options.dataPath;end if ~isfield(options,'dbstop');options.dbstop=0;end if ~isfield(options,'output');options.output=0;end -if ~isfield(options,'outputPath');options.outputPath=[pwd,'/output'];end -end \ No newline at end of file +if ~isfield(options,'outputPath');options.outputPath=[pwd,'\output'];end +end