silence compiler warnings

This commit is contained in:
Axel Kohlmeyer
2022-02-17 17:03:05 -05:00
parent da3c3723bd
commit 537e3f2539
11 changed files with 15 additions and 21 deletions

View File

@ -29,8 +29,7 @@ const char *ellipsoid_nbor=0;
extern Device<PRECISION,ACC_PRECISION> global_device;
template <class numtyp, class acctyp>
BaseEllipsoidT::BaseEllipsoid() : _compiled(false), _max_bytes(0),
host_olist_size(0) {
BaseEllipsoidT::BaseEllipsoid() : host_olist_size(0), _compiled(false), _max_bytes(0) {
device=&global_device;
ans=new Answer<numtyp,acctyp>();
nbor=new Neighbor();