need to update LAMMPS help message, too

This commit is contained in:
Axel Kohlmeyer
2024-08-07 12:12:45 -04:00
parent a8bb296a17
commit cdab8d09ad

View File

@ -1454,6 +1454,7 @@ void LAMMPS::print_config(FILE *fp)
if (Info::has_png_support()) fputs("-DLAMMPS_PNG\n",fp);
if (Info::has_jpeg_support()) fputs("-DLAMMPS_JPEG\n",fp);
if (Info::has_ffmpeg_support()) fputs("-DLAMMPS_FFMPEG\n",fp);
if (Info::has_curl_support()) fputs("-DLAMMPS_CURL\n",fp);
if (Info::has_fft_single_support()) fputs("-DFFT_SINGLE\n",fp);
#if defined(LAMMPS_BIGBIG)
fputs("-DLAMMPS_BIGBIG\n",fp);