namespace UGrid.tests { public static class LibDetails { public const int MAXDIMS = 6; public const int MAXSTRLEN = 255; public const string LIB_NAME = "io_netcdf"; public const string LIB_DEP = "netcdf"; public const string LIB_DLL_NAME = "io_netcdf.dll"; } }