File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
name = " CellListMap"
2
2
uuid = " 69e1c6dd-3888-40e6-b3c8-31ac5f578864"
3
3
authors = [
" Leandro Martinez <[email protected] > and contributors" ]
4
- version = " 0.8.31 "
4
+ version = " 0.8.32 "
5
5
6
6
[deps ]
7
7
Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
Original file line number Diff line number Diff line change @@ -1054,6 +1054,11 @@ end
1054
1054
export PeriodicSystems
1055
1055
module PeriodicSystems
1056
1056
function __init__ ()
1057
+ if haskey (ENV , " CELLLISTMAP_8.3_WARNING" )
1058
+ if ENV [" CELLLISTMAP_8.3_WARNING" ] == " false"
1059
+ return
1060
+ end
1061
+ end
1057
1062
@warn begin """ \n
1058
1063
1059
1064
Interface changes in v0.8.30, for `PeriodicSystems` submodule of CellListMap.
@@ -1072,7 +1077,7 @@ module PeriodicSystems
1072
1077
The new `ParticleSystem` interface supports non-periodic systems, by
1073
1078
not setting the `unitcell` field in the system (or set `unitcell = nothing`).
1074
1079
1075
-
1080
+ Suppress this warning by setting: ENV["CELLLISTMAP_8.3_WARNING"] = "false"
1076
1081
1077
1082
""" end _file= nothing _line= nothing
1078
1083
end
You can’t perform that action at this time.
0 commit comments