Skip to content

Commit

Permalink
Fixed a coupled of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi committed Sep 2, 2020
1 parent f779b95 commit bdd5839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/colvar/Puckering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace colvar {
\plumedfile
#SETTINGS MOLFILE=regtest/basic/rt65/AA.pdb
MOLINFO STRUCTURE=rna.pdb MOLTYPE=rna
PUCKERING ATOMS=@sugar-3 LABEL=puck
PUCKERING ATOMS=@sugar-2 LABEL=puck
PRINT ARG=puck.phs FILE=COLVAR
\endplumedfile
Expand Down
4 changes: 2 additions & 2 deletions src/function/Piecewise.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ argument with suffix _pfunc.
dist1: DISTANCE ATOMS=1,10
dist2: DISTANCE ATOMS=2,11
pw: PIECEWISE POINT0=1,10 POINT1=1,PI POINT2=3,10 ARG=dist1
ppww: PIECEWISE POINT0=1,10 POINT1=1,PI POINT2=3,10 ARG=dist1,dist2
pw: PIECEWISE POINT0=1,10 POINT1=2,PI POINT2=3,10 ARG=dist1
ppww: PIECEWISE POINT0=1,10 POINT1=2,PI POINT2=3,10 ARG=dist1,dist2
PRINT ARG=pw,ppww.dist1_pfunc,ppww.dist2_pfunc
\endplumedfile
Expand Down

0 comments on commit bdd5839

Please sign in to comment.