silence compiler warnings

This commit is contained in:
Axel Kohlmeyer
2021-03-30 10:35:04 -04:00
parent bfca619957
commit 57ad6d50f4
2 changed files with 0 additions and 2 deletions

View File

@ -1171,7 +1171,6 @@ void AtomVecHybridKokkos::build_styles()
allstyles = new char*[nallstyles];
int n;
nallstyles = 0;
#define ATOM_CLASS
#define AtomStyle(key,Class) \

View File

@ -682,7 +682,6 @@ it will have the name 'i_limit_tags' and will be intitialized to 0 (not in group
void FixBondReact::post_constructor()
{
int len;
// let's add the limit_tags per-atom property fix
std::string cmd = std::string("bond_react_props_internal");
id_fix2 = new char[cmd.size()+1];