From 9fd2113ad6a261c41766d2c6f6f0d2e97b4d8520 Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Tue, 25 Sep 2018 10:20:09 +0200 Subject: [PATCH] Add clang-format off around prototype code for Pressure Differential Depletion --- .../RicExportFractureCompletionsImpl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ApplicationCode/Commands/CompletionExportCommands/RicExportFractureCompletionsImpl.cpp b/ApplicationCode/Commands/CompletionExportCommands/RicExportFractureCompletionsImpl.cpp index 7d214fb4c8..52627c26b9 100644 --- a/ApplicationCode/Commands/CompletionExportCommands/RicExportFractureCompletionsImpl.cpp +++ b/ApplicationCode/Commands/CompletionExportCommands/RicExportFractureCompletionsImpl.cpp @@ -327,6 +327,7 @@ std::vector RicExportFractureCompletionsImpl::generateCompdat //////////////////////////////////////////////////////// + // clang-format off // WARNING!!! // // PROTOTYPE-CODE for Pressure Differential Depletion // // MAY CHANGE A LOT // @@ -435,6 +436,7 @@ std::vector RicExportFractureCompletionsImpl::generateCompdat } } //////////////////////////////////////////////////////////// + // clang-format on // END PROTOTYPE CODE FOR PRESSURE DIFFERENTIAL DEPLETION // ////////////////////////////////////////////////////////////