Figuring out compilations.

This commit is contained in:
Miikka Vaisala
2020-11-20 11:58:15 +08:00
parent d060e67bec
commit cb15668f2d
4 changed files with 21 additions and 4 deletions

View File

@@ -304,7 +304,13 @@ AcResult acGridStoreMesh(const Stream stream, AcMesh* host_mesh);
AcResult acGridIntegrate(const Stream stream, const AcReal dt);
/** */
/* MV: Commented out for a while, but save for the future when standalone_MPI
works with periodic boundary conditions.
AcResult
acGridIntegrateNonperiodic(const Stream stream, const AcReal dt)
AcResult acGridIntegrateNonperiodic(const Stream stream, const AcReal dt);
*/
/** */
AcResult acGridPeriodicBoundconds(const Stream stream);