diff --git a/AMSS_NCKU_source/bssn_gpu_class.C b/AMSS_NCKU_source/bssn_gpu_class.C index f6d5170..68424be 100644 --- a/AMSS_NCKU_source/bssn_gpu_class.C +++ b/AMSS_NCKU_source/bssn_gpu_class.C @@ -2134,7 +2134,9 @@ void bssn_class::Evolve(int Steps) CheckPoint->write_Black_Hole_position(BH_num_input, BH_num, Porg0, Porgbr, Mass); CheckPoint->writecheck_cgh(PhysTime, GH); +#ifdef WithShell CheckPoint->writecheck_sh(PhysTime, SH); +#endif CheckPoint->write_bssn(LastDump, Last2dDump, LastAnas); } }