Skip to content

Commit 3a899bf

Browse files
authored
Update RModel.cxx
1 parent e264646 commit 3a899bf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tmva/sofie/src/RModel.cxx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,6 @@ void RModel::GenerateSessionCode()
969969
fGC += "}\n\n";
970970
}
971971

972-
<<<<<<< HEAD
973972
fGC += SP + "using TMVA::Experimental::SOFIE::UTILITY::FillOutput;\n\n";
974973

975974
for (std::string const &name : fOutputTensorNames) {
@@ -983,9 +982,7 @@ void RModel::GenerateSessionCode()
983982

984983
fGC += "}\n\n";
985984

986-
=======
987-
>>>>>>> 03b52f574c (Profiler code generation)
988-
// generate the inference overload that returns an output struct
985+
// generate the inference overload that returns an output struct
989986
GenerateOutput();
990987

991988
// end of session

0 commit comments

Comments
 (0)