mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
change to trigger CI
This commit is contained in:
parent
01bbc0471d
commit
5982b1c5ef
@ -382,6 +382,7 @@ NC_hashmapdeactivate(NC_hashmap* map, uintptr_t data)
|
||||
static int isPrime(size_t n)
|
||||
{
|
||||
size_t i;
|
||||
|
||||
if (n <= 1) return 0;
|
||||
if (n <= 3) return 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user