Add clang-format off around prototype code for Pressure Differential Depletion

This commit is contained in:
Gaute Lindkvist 2018-09-25 10:20:09 +02:00
parent 478160fdfe
commit 9fd2113ad6

View File

@ -327,6 +327,7 @@ std::vector<RigCompletionData> RicExportFractureCompletionsImpl::generateCompdat
//////////////////////////////////////////////////////// ////////////////////////////////////////////////////////
// clang-format off
// WARNING!!! // // WARNING!!! //
// PROTOTYPE-CODE for Pressure Differential Depletion // // PROTOTYPE-CODE for Pressure Differential Depletion //
// MAY CHANGE A LOT // // MAY CHANGE A LOT //
@ -435,6 +436,7 @@ std::vector<RigCompletionData> RicExportFractureCompletionsImpl::generateCompdat
} }
} }
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
// clang-format on
// END PROTOTYPE CODE FOR PRESSURE DIFFERENTIAL DEPLETION // // END PROTOTYPE CODE FOR PRESSURE DIFFERENTIAL DEPLETION //
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////