Skip to content

Commit ad37e02

Browse files
committed
moved expolscrtype.h into expol.h
1 parent 442e653 commit ad37e02

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

include/ff/hippo/expol.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ namespace tinker {
66
void expolData(RcOp);
77

88
void alterpol();
9+
10+
enum class ExpolScr
11+
{
12+
NONE,
13+
S2U,
14+
S2,
15+
G
16+
};
917
}

include/ff/hippo/expolscrtyp.h

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

include/ff/hippomod.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "ff/energybuffer.h"
33
#include "ff/hippo/chgpen.h"
44
#include "ff/hippo/echgtrn.h"
5-
#include "ff/hippo/expolscrtyp.h"
5+
#include "ff/hippo/expol.h"
66

77
// mplpot
88
namespace tinker {

0 commit comments

Comments
 (0)