Skip to content

Commit 2bb7b26

Browse files
committed
rename copied tmp files as expected
1 parent 5824666 commit 2bb7b26

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/applications/FeTS_CLI_Segment.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,10 @@ int main(int argc, char** argv)
263263
auto current_subject_temp_output = current_temp_output + "/subject";
264264
cbica::createDir(current_subject_temp_output);
265265
// std::string file_t1gd, file_t1, file_t2, file_flair;
266-
auto file_t1gd_temp = current_subject_temp_output + "/t1gd.nii.gz",
267-
file_t1_temp = current_subject_temp_output + "/t1.nii.gz",
268-
file_t2_temp = current_subject_temp_output + "/t2.nii.gz",
269-
file_flair_temp = current_subject_temp_output + "/flair.nii.gz";
266+
auto file_t1gd_temp = current_subject_temp_output + "/_t1gd.nii.gz",
267+
file_t1_temp = current_subject_temp_output + "/_t1.nii.gz",
268+
file_t2_temp = current_subject_temp_output + "/_t2.nii.gz",
269+
file_flair_temp = current_subject_temp_output + "/_flair.nii.gz";
270270
cbica::copyFile(file_t1gd, file_t1gd_temp);
271271
cbica::copyFile(file_t1, file_t1_temp);
272272
cbica::copyFile(file_t2, file_t2_temp);

0 commit comments

Comments
 (0)