forked from lijiext/lammps
Removed debug output
This commit is contained in:
parent
8441307185
commit
5f9341813d
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue