File: print_torsions.patch

package info (click to toggle)
xmakemol 5.16-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,352 kB
  • sloc: ansic: 19,096; sh: 2,977; perl: 98; makefile: 97
file content (11 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
--- ./control.c.orig	2014-05-21 19:18:46.727032190 +0200
+++ ./control.c	2014-05-21 19:20:16.287496041 +0200
@@ -435,6 +435,8 @@
     {
       torsion *= -1.0;          /* Negate */
     }
+
+  fprintf(stderr, "Torsion: %.8f\n", torsion);
   
   return(torsion);