From b439759e9b6245c5d2dab3ce79b551c61c2c83e1 Mon Sep 17 00:00:00 2001 From: ALEXks Date: Thu, 11 Sep 2025 17:20:44 +0300 Subject: [PATCH] updated dvm for SAPFOR --- projects/dvm | 2 +- src/ProjectManipulation/ConvertFiles.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/dvm b/projects/dvm index 37910db..6cd48b8 160000 --- a/projects/dvm +++ b/projects/dvm @@ -1 +1 @@ -Subproject commit 37910dba0a717b3dfa4dfa1266d1f6788a079765 +Subproject commit 6cd48b86d51efb3996b1730701aca2dbe514cb1d diff --git a/src/ProjectManipulation/ConvertFiles.cpp b/src/ProjectManipulation/ConvertFiles.cpp index ecfe69a..9345e19 100644 --- a/src/ProjectManipulation/ConvertFiles.cpp +++ b/src/ProjectManipulation/ConvertFiles.cpp @@ -403,7 +403,7 @@ static int convertFile(int argc, char* argv[], const set& filesInProj, c fprintf(stderr, "<<<<< Unparsing %s >>>>>\n", fout_name); if (mod_gpu) /*ACC*/ - UnparseTo_CufAndCu_Files(file, fout_cuf, fout_C_cu, fout_info); + UnparseTo_CufAndCu_Files(file, fout_cuf, fout_C_cu, fout_info, fout_name); const string fileN = file->filename(); set toRemove;