Skip to content

Commit

Permalink
Merge pull request #2324 from AllenInstitute/bugfix/2324-various-upda…
Browse files Browse the repository at this point in the history
…tes-for-IP10

Various compatibility updates
  • Loading branch information
t-b authored Jan 13, 2025
2 parents 643478a + ab15e2d commit 60eb0ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/MIES/MIES_SweepFormula_Helpers.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ Function/WAVE SFH_MoveDatasetHigherIfCompatible(WAVE/WAVE data)
// check pre-conditions
WAVE/ZZ prevSets
WAVE/ZZ prevElement
for(WAVE/WAVE sets : resolved)
for(WAVE/Z/WAVE sets : resolved)
if(!WaveExists(sets))
return data
endif
Expand Down
2 changes: 1 addition & 1 deletion Packages/MIES_Include.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#pragma IgorVersion=9.00

#if (NumberByKey("BUILD", IgorInfo(0)) < 56565)
#if IgorVersion() < 10 && (NumberByKey("BUILD", IgorInfo(0)) < 56565)
#define TOO_OLD_IGOR
#endif

Expand Down

0 comments on commit 60eb0ad

Please sign in to comment.