mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-13 11:44:48 -05:00
Suppress output from assignment in MATLAB.
This commit is contained in:
+1
-1
@@ -446,5 +446,5 @@ int main()
|
||||
|
||||
std::cout << "Saturation solution:\n"
|
||||
<< "function s1 = solution\n"
|
||||
<< "s1 = [\n" << sw1 << "\n]\n";
|
||||
<< "s1 = [\n" << sw1 << "\n];\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user