File: RunTest.sh

package info (click to toggle)
cpptraj 5.1.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 138,900 kB
  • sloc: cpp: 145,621; ansic: 34,635; sh: 11,365; f90: 971; makefile: 770; awk: 242
file content (16 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

. ../MasterTest.sh

CleanFiles spline.in spline.dat

INPUT="-i spline.in"

cat > spline.in <<EOF
readdata ../Test_Temperature/T2.dat.save name T2
spline T2 out spline.dat meshsize 100 meshmin 0.0 meshmax 11.0 
EOF
RunCpptraj "Spline test"
DoTest spline.dat.save spline.dat
EndTest
exit 0