Changeset ef87ee for util/src/GetPdb.c
- Timestamp:
- Dec 16, 2009, 11:47:47 AM (16 years ago)
- Children:
- 35f733, 59b9dd
- Parents:
- 02911f
- File:
-
- 1 edited
-
util/src/GetPdb.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
util/src/GetPdb.c
r02911f ref87ee 10 10 #include<stdio.h> 11 11 #include<math.h> 12 12 13 #include"mergesort.h" 14 #include "version.h" 15 13 16 struct Coord { 14 17 double coord[3]; … … 28 31 double center[3][2] = {{0.,0.},{0.,0.},{0.,0.}}; 29 32 double Bohr = 0.52919; 33 34 fprintf(stdout, "%s\n", ESPACKVersion); 35 30 36 sequence = (struct Coord **) 31 37 malloc(sizeof(struct Coord*)*max);
Note:
See TracChangeset
for help on using the changeset viewer.
