We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c2f28 commit 9f30725Copy full SHA for 9f30725
Common/include/basic_types/ad_structure.hpp
@@ -726,11 +726,12 @@ struct ErrorReport {
726
727
FORCEINLINE void ResetErrorCounter(struct ErrorReport* report) { report->ErrorCounter = 0; }
728
729
-FORCEINLINE void SetDebugReportFile(struct ErrorReport* report, std::ofstream* output_file) { report->out = output_file; }
+FORCEINLINE void SetDebugReportFile(struct ErrorReport* report, std::ofstream* output_file) {
730
+ report->out = output_file;
731
+}
732
733
FORCEINLINE unsigned long* GetErrorCount(struct ErrorReport* report) { return &(report->ErrorCounter); }
734
-
735
#ifdef CODI_TAG_TAPE
736
737
FORCEINLINE void SetTag(int tag) { AD::getTape().setCurTag(tag); }
0 commit comments