Test-liquid: Separate data blocks for gnuplot

This commit is contained in:
Will Bainbridge
2021-10-29 13:09:29 +01:00
parent 81f6cf91d0
commit a13826f1d6

View File

@ -84,6 +84,8 @@ int main(int argc, char *argv[])
<< liquidPtr->sigma(p, T)
<< nl;
}
plotFile << nl;
}
Info<< "\nEnd\n" << endl;