Added tests/TestContactAngle.cpp

This commit is contained in:
James McClure
2014-12-29 17:53:12 -05:00
parent 2a539a3a0e
commit e500c94e12

View File

@@ -13,6 +13,8 @@
int main (int argc, char *argv[])
{
printf("Unit test for analysis framework \n");
// printf("Radius = %s \n,"RADIUS);
int SIZE = N*N*N;
int Nx,Ny,Nz;
@@ -119,6 +121,8 @@ int main (int argc, char *argv[])
nwp_volume = 0.0;
As = 0.0;
printf("Domain initialized... running analysis \n");
for (c=0;c<ncubes;c++){
// Get cube from the list
i = cubeList(0,c);