forked from lijiext/lammps
removed left-over debug messages
This commit is contained in:
parent
01fe356904
commit
2eeb8cecb2
|
@ -126,10 +126,8 @@ void Scafacos::init()
|
||||||
qqrd2e = force->qqrd2e;
|
qqrd2e = force->qqrd2e;
|
||||||
|
|
||||||
if (!initialized) {
|
if (!initialized) {
|
||||||
printf("DEBUG: %p\n",&fcs);
|
|
||||||
result = fcs_init((FCS*)&fcs,method,world);
|
result = fcs_init((FCS*)&fcs,method,world);
|
||||||
check_result((void*)&result);
|
check_result((void*)&result);
|
||||||
printf("DEBUG: %p\n",&fcs);
|
|
||||||
|
|
||||||
setup_handle();
|
setup_handle();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue