Skip to content

Commit

Permalink
Fixes a typo in projectClassToR1 (#250)
Browse files Browse the repository at this point in the history
* fixed typo

* fixed test data to remove typo

* removes typo from other text file
  • Loading branch information
alexhroom authored Jul 30, 2024
1 parent 2bb9f2d commit f5a05b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified tests/testProjectConversion/DSPCBilayerStructOutput.mat
Binary file not shown.
Binary file modified tests/testProjectConversion/DSPCBilayerStructOutputWithR1Input.mat
Binary file not shown.
2 changes: 1 addition & 1 deletion utilities/misc/projectClassToR1.m
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
r1Problem.resolNames = r2ResolStruct.resolutionParamNames;
r1Problem.resolution = r2ResolStruct.resolutionParamValues;
r1Problem.numberOfResolutions = length(r2ResolStruct.resolutionParamNames);
r1Problem.reslution_constr = vertcat(r2ResolStruct.resolutionParamLimits{:});
r1Problem.resolution_constr = vertcat(r2ResolStruct.resolutionParamLimits{:});
r1Problem.resolution_fityesno = r2ResolStruct.fitResolutionParam;

% Set Backgrounds
Expand Down

0 comments on commit f5a05b1

Please sign in to comment.