During the process of cleaning up FRE-NCTOOLS in gpu_dev, all miscellaneous non-create_xgrid* functions were moved to a new file called create_xgrid_util.c file.
This change requires changes to all tools/*.c files that contains #include "create_xgrid.h": these c files also need to include #include "create_xgrid_util.h"
Without this change, answers produced with make_coupler_mosaic will disagree with those from the main branch.
During the process of cleaning up FRE-NCTOOLS in gpu_dev, all miscellaneous non-create_xgrid* functions were moved to a new file called
create_xgrid_util.c
file.This change requires changes to all tools/*.c files that contains
#include "create_xgrid.h"
: these c files also need to include#include "create_xgrid_util.h"
Without this change, answers produced with make_coupler_mosaic will disagree with those from the main branch.