mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
Changed comment sign (from // to --)
This commit is contained in:
parent
b22ba1d224
commit
9e7b6738b1
@ -1944,12 +1944,12 @@ int main(int varnum, char** vararg)
|
|||||||
string satstringCap = ""; if (owsystem) satstringCap = "W"; else satstringCap = "G";
|
string satstringCap = ""; if (owsystem) satstringCap = "W"; else satstringCap = "G";
|
||||||
string satstring = ""; if (owsystem) satstring = "w"; else satstring = "g";
|
string satstring = ""; if (owsystem) satstring = "w"; else satstring = "g";
|
||||||
// x-direction
|
// x-direction
|
||||||
swofx << "// This file is based on the results in " << endl
|
swofx << "-- This file is based on the results in " << endl
|
||||||
<< "// " << options["output"] << endl
|
<< "-- " << options["output"] << endl
|
||||||
<< "// for relperm in x-direction." << endl
|
<< "-- for relperm in x-direction." << endl
|
||||||
<< "// Pressure values (Pc) given in bars." << endl
|
<< "-- Pressure values (Pc) given in bars." << endl
|
||||||
<< "// S" << satstring << " Kr" << satstring << "xx Kro" << satstring << "xx Pc(bar)" << endl
|
<< "-- S" << satstring << " Kr" << satstring << "xx Kro" << satstring << "xx Pc(bar)" << endl
|
||||||
<< "//S" << satstringCap << "OF" << endl;
|
<< "--S" << satstringCap << "OF" << endl;
|
||||||
if (krowxswirr > 0){
|
if (krowxswirr > 0){
|
||||||
swofx << showpoint << setw(fieldwidth) << setprecision(outputprecision) << 0
|
swofx << showpoint << setw(fieldwidth) << setprecision(outputprecision) << 0
|
||||||
<< showpoint << setw(fieldwidth) << setprecision(outputprecision) << 0
|
<< showpoint << setw(fieldwidth) << setprecision(outputprecision) << 0
|
||||||
@ -1964,12 +1964,12 @@ int main(int varnum, char** vararg)
|
|||||||
}
|
}
|
||||||
swofx << "/" << endl;
|
swofx << "/" << endl;
|
||||||
// y-direction
|
// y-direction
|
||||||
swofy << "// This file is based on the results in " << endl
|
swofy << "-- This file is based on the results in " << endl
|
||||||
<< "// " << options["output"] << endl
|
<< "-- " << options["output"] << endl
|
||||||
<< "// for relperm in y-direction." << endl
|
<< "-- for relperm in y-direction." << endl
|
||||||
<< "// Pressure values (Pc) given in bars." << endl
|
<< "-- Pressure values (Pc) given in bars." << endl
|
||||||
<< "// S" << satstring << " Kr" << satstring << "yy Kro" << satstring << "yy Pc(bar)" << endl
|
<< "-- S" << satstring << " Kr" << satstring << "yy Kro" << satstring << "yy Pc(bar)" << endl
|
||||||
<< "//S" << satstringCap << "OF" << endl;
|
<< "--S" << satstringCap << "OF" << endl;
|
||||||
if (krowyswirr > 0){
|
if (krowyswirr > 0){
|
||||||
swofy << showpoint << setw(fieldwidth) << setprecision(outputprecision) << 0
|
swofy << showpoint << setw(fieldwidth) << setprecision(outputprecision) << 0
|
||||||
<< showpoint << setw(fieldwidth) << setprecision(outputprecision) << 0
|
<< showpoint << setw(fieldwidth) << setprecision(outputprecision) << 0
|
||||||
@ -1984,12 +1984,12 @@ int main(int varnum, char** vararg)
|
|||||||
}
|
}
|
||||||
swofy << "/" << endl;
|
swofy << "/" << endl;
|
||||||
// z-direction
|
// z-direction
|
||||||
swofz << "// This file is based on the results in " << endl
|
swofz << "-- This file is based on the results in " << endl
|
||||||
<< "// " << options["output"] << endl
|
<< "-- " << options["output"] << endl
|
||||||
<< "// for relperm in z-direction." << endl
|
<< "-- for relperm in z-direction." << endl
|
||||||
<< "// Pressure values (Pc) given in bars." << endl
|
<< "-- Pressure values (Pc) given in bars." << endl
|
||||||
<< "// S" << satstring << " Kr" << satstring << "zz Kro" << satstring << "zz Pc(bar)" << endl
|
<< "-- S" << satstring << " Kr" << satstring << "zz Kro" << satstring << "zz Pc(bar)" << endl
|
||||||
<< "//S" << satstringCap << "OF" << endl;
|
<< "--S" << satstringCap << "OF" << endl;
|
||||||
if (krowzswirr > 0){
|
if (krowzswirr > 0){
|
||||||
swofz << showpoint << setw(fieldwidth) << setprecision(outputprecision) << 0
|
swofz << showpoint << setw(fieldwidth) << setprecision(outputprecision) << 0
|
||||||
<< showpoint << setw(fieldwidth) << setprecision(outputprecision) << 0
|
<< showpoint << setw(fieldwidth) << setprecision(outputprecision) << 0
|
||||||
|
Loading…
Reference in New Issue
Block a user