Skip to content

Commit

Permalink
generator scripts now make sure rotation is off to avoid additional e…
Browse files Browse the repository at this point in the history
…nergy contributions
  • Loading branch information
Axel Arnold committed Oct 1, 2013
1 parent 1c60404 commit 7f523c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion testsuite/gen_fene.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ puts "------------------------------------------"
puts "- Generating the testcase for fene.tcl"
puts "------------------------------------------"

source "tests_common.tcl"
require_feature "ROTATION" off

##################################################
# system setup
set file "fene_system.data.gz"
Expand Down Expand Up @@ -118,4 +121,4 @@ blockfile $f write particles {id pos f}
blockfile $f write bonds all
close $f
exit 0
exit 0
6 changes: 5 additions & 1 deletion testsuite/gen_harm.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ puts "------------------------------------------"

##################################################
# system setup

source "tests_common.tcl"
require_feature "ROTATION" off

set file "harm_system.data.gz"

set L 10
Expand Down Expand Up @@ -115,4 +119,4 @@ blockfile $f write particles {id pos f}
blockfile $f write bonds all
close $f

exit 0
exit 0

0 comments on commit 7f523c7

Please sign in to comment.