Skip to content

Commit bc9654e

Browse files
committed
remove include/ff/aplus
1 parent 75310d9 commit bc9654e

File tree

18 files changed

+23
-40
lines changed

18 files changed

+23
-40
lines changed

include/ff/amoebamod.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,8 @@ TINKER_EXTERN real* upalt_lsqr_a;
161161
TINKER_EXTERN real* udalt_lsqr_b;
162162
TINKER_EXTERN real* upalt_lsqr_b;
163163
}
164+
165+
// aplus
166+
namespace tinker {
167+
TINKER_EXTERN real* dirdamp;
168+
}

include/ff/aplus/empole.h

Lines changed: 0 additions & 6 deletions
This file was deleted.

include/ff/aplus/epolar.h

Lines changed: 0 additions & 6 deletions
This file was deleted.

include/ff/aplus/induce.h

Lines changed: 0 additions & 10 deletions
This file was deleted.

include/ff/aplusmod.h

Lines changed: 0 additions & 6 deletions
This file was deleted.

include/ff/hippo/empole.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ void empoleChgpen(int vers);
99
/// \ingroup hippompole
1010
void empoleChgpenEwaldRecip(int vers, int useCF);
1111
}
12+
13+
namespace tinker {
14+
void empoleAplusEwald(int vers, int useCF);
15+
void empoleAplusNonEwald(int vers, int useCF);
16+
}

include/ff/hippo/epolar.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#pragma once
2-
#include "ff/precision.h"
32
#include "tool/rcman.h"
43

54
namespace tinker {
@@ -10,3 +9,8 @@ void epolarChgpen(int vers);
109
/// \ingroup hippopolar
1110
void epolarChgpenEwaldRecipSelf(int vers, int use_cf);
1211
}
12+
13+
namespace tinker {
14+
void epolarAplusEwald(int vers, int useCF);
15+
void epolarAplusNonEwald(int vers, int useCF);
16+
}

include/ff/hippo/induce.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ void sparsePrecondApply2(const real (*rsd)[3], real (*zrsd)[3]);
2020
void induce2(real (*uind)[3]);
2121
/// \}
2222
}
23+
24+
namespace tinker {
25+
void dfieldAplus(real (*field)[3]);
26+
void ufieldAplus(const real (*uind)[3], real (*field)[3]);
27+
void sparsePrecondApply3(const real (*rsd)[3], real (*zrsd)[3]);
28+
}

src/acc/aplus/epolar.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "ff/amoebamod.h"
2-
#include "ff/aplusmod.h"
32
#include "ff/atom.h"
43
#include "ff/hippomod.h"
54
#include "ff/image.h"

src/acc/aplus/field.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "ff/amoebamod.h"
2-
#include "ff/aplusmod.h"
32
#include "ff/atom.h"
43
#include "ff/image.h"
54
#include "ff/nblist.h"

0 commit comments

Comments
 (0)