Skip to content

Commit

Permalink
removed unnecessary output from test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Arnold committed Jul 30, 2014
1 parent cda9d0d commit 7bab331
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions testsuite/el2d.tcl
Expand Up @@ -222,8 +222,6 @@ if { [catch {
set cureng [lindex [analyze energy coulomb] 0]
set toteng [analyze energy total]

puts [analyze energy]

if { [expr abs($toteng - $cureng)] > $epsilon } {
error "system has unwanted energy contributions of [format %e [expr $toteng - $cureng]]"
}
Expand Down
2 changes: 0 additions & 2 deletions testsuite/el2d_die.tcl
Expand Up @@ -176,8 +176,6 @@ if { [catch {
set cureng [lindex [analyze energy coulomb] 0]
set toteng [analyze energy total]

puts [analyze energy]

if { [expr abs($toteng - $cureng)] > $epsilon } {
error "system has unwanted energy contributions of [format %e [expr $toteng - $cureng]]"
}
Expand Down
2 changes: 0 additions & 2 deletions testsuite/el2d_nonneutral.tcl
Expand Up @@ -123,8 +123,6 @@ if { [catch {
set cureng [lindex [analyze energy coulomb] 0]
set toteng [analyze energy total]

puts [analyze energy]

if { [expr abs($toteng - $cureng)] > $epsilon } {
error "system has unwanted energy contributions of [format %e [expr $toteng - $cureng]]"
}
Expand Down

0 comments on commit 7bab331

Please sign in to comment.