Removed debug output

This commit is contained in:
Anders Hafreager 2017-06-14 10:57:54 +02:00
parent 8441307185
commit 5f9341813d
1 changed files with 0 additions and 5 deletions

View File

@ -18,10 +18,6 @@
#include <math.h>
#include "lal_vashishta.h"
#include <iostream>
using namespace std;
using namespace std;
using namespace LAMMPS_AL;
static Vashishta<PRECISION,ACC_PRECISION> VashishtaMF;
@ -103,7 +99,6 @@ int vashishta_gpu_init(const int ntypes, const int inum, const int nall, const i
if (init_ok==0)
VashishtaMF.estimate_gpu_overhead();
cout << "Seems like this was ok!" << endl;
return init_ok;
}