Skip to content

Commit 6586327

Browse files
committed
interface computation works
1 parent 4bdd76a commit 6586327

7 files changed

Lines changed: 5 additions & 101 deletions

File tree

POPSC/src/arg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ static void set_defaults(Arg *arg, Argpdb *argpdb)
102102
arg->atomOut = 0; /* output of atom areas */
103103
arg->residueOut = 0; /* output of residue areas */
104104
arg->chainOut = 0; /* output of chain areas */
105-
arg->neighbourOutFileName = "neli.out";
105+
arg->neighbourOutFileName = "neighbours.out";
106106
arg->neighbourOut = 0; /* output of neighbour list */
107107
arg->parameterOutFileName = "para.out";
108108
arg->parameterOut = 0; /* output of atom parameters (for benchmarking) */

POPSC/src/pops

0 Bytes
Binary file not shown.

POPSC/tests/test.pdb

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

POPSC/tests/test.xml

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

POPSC/tests/test4a.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ echo "--------------------------------------------------------------"
44
echo " test4a.sh "
55
echo "--------------------------------------------------------------"
66

7-
../src/pops --mmcif 1F3R.cif --compositionOut --typeOut --topologyOut --atomOut --residueOut --chainOut || exit 1
7+
../src/pops --mmcif 1F3R.cif --compositionOut --typeOut --topologyOut --atomOut --residueOut --chainOut --neighboutOut --interfaceOut || exit 1
88

POPSC/tests/test4b.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /bin/sh
22

33
echo "--------------------------------------------------------------"
4-
echo " test4a.sh "
4+
echo " test4b.sh "
55
echo "--------------------------------------------------------------"
66

7-
valgrind ../src/pops --mmcif 1F3R.cif.gz --compositionOut --typeOut --topologyOut --atomOut --residueOut --chainOut || exit 1
7+
../src/pops --mmcif 1F3R.cif.gz --compositionOut --typeOut --topologyOut --atomOut --residueOut --chainOut --neighbourOut --interfaceOut || exit 1
88

POPSC/tests/test5a.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ echo "--------------------------------------------------------------"
44
echo " test5a.sh "
55
echo "--------------------------------------------------------------"
66

7-
../src/pops --mmcif 5LFF.cif.gz --compositionOut --typeOut --topologyOut --atomOut --residueOut --chainOut || exit 1
7+
../src/pops --mmcif 5LFF.cif.gz --compositionOut --typeOut --topologyOut --atomOut --residueOut --chainOut --neighbourOut || exit 1
88

0 commit comments

Comments
 (0)