Commit 5f934181 authored by Anders Hafreager's avatar Anders Hafreager
Browse files

Removed debug output

parent 84413071
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;
}