| 
|  Regarding Intensity Map executable |  | 
 Date: 2025/10/30 09:30
 Name: Vipin Kumar
 
Respected Prof. Ozaki,I am compiling to create an executable for the band-unfold intensity map. I am applying the following suggested command in the directory "Source"
 m***@****:~/OPEN/openmx3.9/source$ gcc intensity_map.c -lm -o intensity_map
 
 After entering this command line, it shows the following
 
 intensity_map.c: In function emainf:
 intensity_map.c:148:36: warning: format e%lff expects argument of type edouble *f, but argument 3 has type echar *f [-Wformat=]
 while(( ret = fscanf( fp1 , "%lf" , buf )) != EOF ) {
 ~~^
 %hhd
 
 However, I am successfully running the OpenMX executable. Please help me create the executable file for the intensity map.
 Thank you.
 Regards,
 Vipin
 |  |