Poloidal magnentic field warning should be output at run time, not at compile time

Issue #1427 new
Erik Schnetter created an issue

The warning

/home/jenkins/workspace/EinsteinToolkit/arrangements/EinsteinInitialData/GRHydro_InitData/src/GRHydro_PoloidalMagFieldM.F90:110:2: warning: #warning "This algorithm does only work on Cartesian grids!!" [-Wcpp]

should probably be output at run time, not only at compile time.

(Of course, it would be even better if the code looked at the grid structure to determine whether the grid is Cartesian.)

Keyword:

Comments (0)

  1. Log in to comment