#if defined(ALIANT) #define LF_STRING_01 "x : %Lf - %Lf \ny : %Lf - %Lf \nz : %Lf - %Lf \n" #define LF_STRING_02 "%s%Lf%Lf%Lf" #define LF_STRING_03 "*> Edge too small for x , deltax = %Lf,cube_side = %d, egdex = %Lf\n" #define LF_STRING_04 "*> Edge too small for y , deltay = %Lf,cube_side = %d, egdey = %Lf\n" #define LF_STRING_05 "*> Edge too small for z , deltaz = %Lf,cube_side = %d, egdez = %Lf\n" #define LF_STRING_06 "%s%s%Lf%Lf%Lf" #define LF_STRING_07 "%8Lf%8Lf%8Lf%6Lf%6Lf" #define LF_STRING_08 "%Lf %Lf" #define LF_STRING_09 "%6.6s%5d %4.4s%c%3.3s %c%4d%c %8.3Lf%8.3Lf%8.3Lf%6.2Lf%6.2Lf" #define LF_STRING_10 "%6.6s%5d %3.3s%c%3.3s %c%4d%c %8.3Lf%8.3Lf%8.3Lf%6.2Lf%6.2Lf", #define LF_STRING_11 " %6.2Lf" #define LF_STRING_12 " %6.2Lf %2d" #define LF_STRING_13 " %6.2Lf %2d" #define LF_STRING_14 "%8.3Lf %8.3Lf %8.3Lf %8.3Lf\n" #define LF_STRING_15 "------> %8.3Lf %8.3Lf %8.3Lf\n" #define LF_STRING_16 "%Lf %Lf %Lf %Lf" #elif defined (__linux__) #define LF_STRING_01 "x : %lf - %lf \ny : %lf - %lf \nz : %lf - %lf \n" #define LF_STRING_02 "%s%lf%lf%lf" #define LF_STRING_03 "*> Edge too small for x , deltax = %lf,cube_side = %d, egdex = %lf\n" #define LF_STRING_04 "*> Edge too small for y , deltay = %lf,cube_side = %d, egdey = %lf\n" #define LF_STRING_05 "*> Edge too small for z , deltaz = %lf,cube_side = %d, egdez = %lf\n" #define LF_STRING_06 "%s%s%lf%lf%lf" #define LF_STRING_07 "%8lf%8lf%8lf%6lf%6lf" #define LF_STRING_08 "%lf %lf" #define LF_STRING_09 "%6.6s%5d %4.4s%c%3.3s %c%4d%c %8.3lf%8.3lf%8.3lf%6.2lf%6.2lf" #define LF_STRING_10 "%6.6s%5d %3.3s%c%3.3s %c%4d%c %8.3lf%8.3lf%8.3lf%6.2lf%6.2lf", #define LF_STRING_11 " %6.2lf" #define LF_STRING_12 " %6.2lf %2d" #define LF_STRING_13 " %6.2lf %2d" #define LF_STRING_14 "%8.3lf %8.3lf %8.3lf %8.3lf\n" #define LF_STRING_15 "-----> %8.3lf %8.3lf %8.3lf\n" #define LF_STRING_16 "%lf %lf %lf %lf" #else #define LF_STRING_01 "x : %lf - %lf \ny : %lf - %lf \nz : %lf - %lf \n" #define LF_STRING_02 "%s%lf%lf%lf" #define LF_STRING_03 "*> Edge too small for x , deltax = %lf,cube_side = %d, egdex = %lf\n" #define LF_STRING_04 "*> Edge too small for y , deltay = %lf,cube_side = %d, egdey = %lf\n" #define LF_STRING_05 "*> Edge too small for z , deltaz = %lf,cube_side = %d, egdez = %lf\n" #define LF_STRING_06 "%s%s%lf%lf%lf" #define LF_STRING_07 "%8lf%8lf%8lf%6lf%6lf" #define LF_STRING_08 "%lf %lf" #define LF_STRING_09 "%6.6s%5d %4.4s%c%3.3s %c%4d%c %8.3lf%8.3lf%8.3lf%6.2lf%6.2lf" #define LF_STRING_10 "%6.6s%5d %3.3s%c%3.3s %c%4d%c %8.3lf%8.3lf%8.3lf%6.2lf%6.2lf", #define LF_STRING_11 " %6.2lf" #define LF_STRING_12 " %6.2lf %2d" #define LF_STRING_13 " %6.2lf %2d" #define LF_STRING_14 "%8.3lf %8.3lf %8.3lf %8.3lf\n" #define LF_STRING_15 "-----> %8.3lf %8.3lf %8.3lf\n" #define LF_STRING_16 "%lf %lf %lf %lf" #endif