Skip to content

Commit

Permalink
resolve paths
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt committed May 8, 2024
1 parent cd3106a commit 05409ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WarpLib/TiltSeries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ public void ImportAlignments(ProcessingOptionsTomoImportAlignments options)
for (int j=0; j < FileNames.Length; j++)
{
idx = i * FileNames.Length + j;
XfPaths[idx] = Path.GetFullPath(IOPath.Combine(ResultsDir, Directories[i], FileNames[j]));
XfPaths[idx] = IOPath.GetFullPath(IOPath.Combine(ResultsDir, Directories[i], FileNames[j]));
}

}
Expand Down

0 comments on commit 05409ac

Please sign in to comment.