Skip to content

Commit

Permalink
fix re-saving N5
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Oct 19, 2024
1 parent 117624d commit afdc9a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,9 @@ else if (index == 4 || index == 5) // 4 == in-place, 5 == choose path
{
try
{
ipl.setBaseDir( basePathURI ); // also sets 'isModified' flags
ipl.getInterestPointsCopy();
ipl.getCorrespondingInterestPointsCopy();
ipl.setBaseDir( basePathURI ); // also sets 'isModified' flags
}
catch ( Exception e )
{
Expand Down

0 comments on commit afdc9a8

Please sign in to comment.