Skip to content
Snippets Groups Projects
Commit d3c4ccbc authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Removing garbage

parent 1aa60820
No related branches found
No related tags found
No related merge requests found
Pipeline #3758 failed
......@@ -684,26 +684,6 @@ template<typename VerletList> inline double calc_forces(particles & vd, VerletLi
}
}
// double sum1 = 0.0;
// double sum2 = 0.0;
/* for (size_t i = 0 ; i < vd.getProp<8>(a).size() ; i++)
{
if (vd.getProp<8>(a).get(i).id != vd.getProp<9>(a).get(i).id)
{
std::cout << "CAZZO " << std::endl;
}
sum1 += vd.getProp<8>(a).get(i).fact;
sum2 += vd.getProp<9>(a).get(i).fact;
}*/
/* if (sum1 != sum2)
{
break;
}*/
++part3;
}
}
......
openfpm_devices @ 162b8cab
Subproject commit dbf554846c2917349da0f8fc524444767e998d93
Subproject commit 162b8cabf2c0e91a7cb9a4d19e9d6784b26c4661
......@@ -85,6 +85,9 @@ public:
//! Indicate this structure has a function to check the device pointer
typedef int yes_has_check_device_pointer;
//! aggregate stored by the vector
typedef prop value_type;
vector_dist_ker()
:g_m(0)
{}
......
......@@ -58,19 +58,12 @@ public:
return ts.str();
}
//! constructor from a key
/* inline vect_dist_key_dx(size_t key)
:key(key)
{
}*/
//! Default constructor
__device__ __host__ inline vect_dist_key_dx()
{
/* coverity[uninit_member] */
}
//! Default constructor
__device__ __host__ inline vect_dist_key_dx(size_t key)
:key(key)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment