CVS log for ccp4/src/mtz2various.f |
 |
|
Up to [CCP4] / ccp4 / src
Request diff between arbitrary revisions
/ Display revisions graphically
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.141
/
(view)
- annotate
- [select for diffs]
, Fri Nov 4 13:51:04 2011 UTC (6 months, 2 weeks ago) by mdw
Branch:
MAIN
CVS Tags:
release-6_2_995,
release-6_2_994,
release-6_2_993,
release-6_2_992,
HEAD
Changes since 1.140: +4 -2 lines
Diff to previous 1.140
Add in CCP4_PROG_VERSION.
Others: please update this if mtz2various output is changed!
Revision
1.140
/
(view)
- annotate
- [select for diffs]
, Wed Sep 7 16:17:14 2011 UTC (8 months, 2 weeks ago) by fcx32934
Branch:
MAIN
CVS Tags:
release-6_2_991
Changes since 1.139: +9 -9 lines
Diff to previous 1.139
[#4581] increase output precision for mmCIF format
Revision
1.139
/
(view)
- annotate
- [select for diffs]
, Mon Aug 17 08:26:43 2009 UTC (2 years, 9 months ago) by ccb
Branch:
MAIN
CVS Tags:
series-6_2-root,
series-6_2,
release-6_2_0,
release-6_1_24,
pre-merge-release-6_1_3,
pre-merge-30_07_11,
pre-merge-07_09_2010,
post_merge-13_08_2009,
post-merge-release-6_1_3,
post-merge-30_07_11,
post-merge-07_09_2010,
branch-30_07_11
Changes since 1.138: +2 -2 lines
Diff to previous 1.138
merge in 6.1.1 to 6.1.2 changes from the series-6_1 branch
Revision
1.136.2.3
/
(view)
- annotate
- [select for diffs]
, Tue Aug 11 15:17:36 2009 UTC (2 years, 9 months ago) by charlesb
Branch:
series-6_1
CVS Tags:
release-6_1_3,
release-6_1_13,
pre_xia2_remove,
branch-merge-13_08_2009,
branch-merge-07_09_2010
Changes since 1.136.2.2: +2 -2 lines
Diff to previous 1.136.2.2
to branch point 1.136
to next main 1.137
bug 3963, cns and xplor formats can output data that does not contain ff, etc
Revision
1.136.2.2
/
(view)
- annotate
- [select for diffs]
, Mon Jul 13 13:50:21 2009 UTC (2 years, 10 months ago) by mdw
Branch:
series-6_1
CVS Tags:
release-6_1_2
Changes since 1.136.2.1: +13 -12 lines
Diff to previous 1.136.2.1
to branch point 1.136
Fix spacegroup information written to cif file, see #3928
Revision
1.138
/
(view)
- annotate
- [select for diffs]
, Mon Jul 13 13:49:11 2009 UTC (2 years, 10 months ago) by mdw
Branch:
MAIN
CVS Tags:
pre-merge-13_08_2009
Changes since 1.137: +13 -12 lines
Diff to previous 1.137
Fix spacegroup information written to cif file, see #3928
Revision
1.136.2.1
/
(view)
- annotate
- [select for diffs]
, Wed Nov 12 10:12:43 2008 UTC (3 years, 6 months ago) by mdw
Branch:
series-6_1
CVS Tags:
release-6_1_1,
release-6_1_0,
branch-merge-20_4_2009
Changes since 1.136: +3 -4 lines
Diff to previous 1.136
Correction to fix 1.124, second cif line wasn't starting in the
right place, see bug #1557 and #2874
Revision
1.137
/
(view)
- annotate
- [select for diffs]
, Wed Nov 12 10:10:10 2008 UTC (3 years, 6 months ago) by mdw
Branch:
MAIN
CVS Tags:
pre-merge-20_4_2009,
post-merge-20_4_2009,
merge-release_6_1_0
Changes since 1.136: +3 -4 lines
Diff to previous 1.136
Correction to fix 1.124, second cif line wasn't starting in the
right place, see bug #1557 and #2874
Revision
1.136
/
(view)
- annotate
- [select for diffs]
, Tue Jul 15 08:13:34 2008 UTC (3 years, 10 months ago) by gwin
Branch:
MAIN
CVS Tags:
series-6_1-root,
pre-merge-6_0_99e
Branch point for:
series-6_1
Changes since 1.135: +5 -3 lines
Diff to previous 1.135
Ok, this one works. Had to make a change I suggested in a comment elsewhere.
Thing is, I am not sure that this will not break any other formats. Logically
it should not, but I have no way of knowing. This will now produce I- when
I+ is missing
Revision
1.135
/
(view)
- annotate
- [select for diffs]
, Mon Jul 14 12:47:51 2008 UTC (3 years, 10 months ago) by gwin
Branch:
MAIN
Changes since 1.134: +28 -4 lines
Diff to previous 1.134
Fix for # 3162 I think - now correctly outputs statistics for I+/I- input.
Also added header update blaming me for these changes.
What did I change that I am worrying about?
if (I+ and I- and scalepack) cif_missing = False
Couldn't work out if this will have any nasty side-effects.
Revision
1.134
/
(view)
- annotate
- [select for diffs]
, Mon Jul 14 10:50:09 2008 UTC (3 years, 10 months ago) by gwin
Branch:
MAIN
Changes since 1.133: +26 -4 lines
Diff to previous 1.133
FIXES towards bug # 3162 as follows:
If ISCAL set sigma I's to -1.0 by default => if they are not measured then
the indication should be correct
Symmetrise - check that - reflections are considered on a par with + -
until now they were not. Have only implemented this for scalepack format.
Added fixme's elsewhere.
If not cif and I+ or I- then set Imean = 0.0: this was done already for I+
but not I-
Revision
1.133
/
(view)
- annotate
- [select for diffs]
, Mon Jul 14 09:30:05 2008 UTC (3 years, 10 months ago) by gwin
Branch:
MAIN
Changes since 1.132: +13 -1 lines
Diff to previous 1.132
Added a couple of FIXME statements to teh code where I want to make
changes towards 3162. Committing at this stage helps to roll back in the
event that it all goes wrong...
Revision
1.132
/
(view)
- annotate
- [select for diffs]
, Thu Mar 8 11:04:40 2007 UTC (5 years, 2 months ago) by mdw
Branch:
MAIN
CVS Tags:
series-6_0_99e-root,
series-6_0_99e,
series-6_0_99d-root,
series-6_0_99d,
pre-merge-6_0_99d,
post-merge-6_0_99d,
merge-5_8_2008
Changes since 1.131: +30 -24 lines
Diff to previous 1.131
Catch invalid OUTPUT types
Revision
1.124.2.4
/
(view)
- annotate
- [select for diffs]
, Thu Mar 8 10:26:33 2007 UTC (5 years, 2 months ago) by pjx
Branch:
release-6_0_patch
CVS Tags:
merge-6_0_patch_240407,
merge-6_0_patch_100907
Changes since 1.124.2.3: +3 -3 lines
Diff to previous 1.124.2.3
to branch point 1.124
to next main 1.125
Bug #2195: patch to correct the CIF date format, which should be
"year-month-date" (Takaaki Fukami); same as revision 1.131 in main trunk.
Revision
1.131
/
(view)
- annotate
- [select for diffs]
, Thu Mar 8 10:14:06 2007 UTC (5 years, 2 months ago) by pjx
Branch:
MAIN
Changes since 1.130: +3 -3 lines
Diff to previous 1.130
Bug #2195: patch to correct the CIF date format, which should be
"year-month-date" (Takaaki Fukami).
Revision
1.130
/
(view)
- annotate
- [select for diffs]
, Tue Mar 6 13:05:49 2007 UTC (5 years, 2 months ago) by mdw
Branch:
MAIN
Changes since 1.129: +67 -137 lines
Diff to previous 1.129
Changes for SHELX output:
1. Don't output foo.ins stub at the top of HKLOUT
2. Don't output FREE at end of line
3. Apply automatic SCAL factor to I/SIGI output as well
4. Clarify some stdout
Revision
1.129
/
(view)
- annotate
- [select for diffs]
, Mon Mar 5 15:29:24 2007 UTC (5 years, 2 months ago) by mdw
Branch:
MAIN
Changes since 1.128: +7 -5 lines
Diff to previous 1.128
Copy revision 1.124.2.2 from patch branch
Revision
1.124.2.3
/
(view)
- annotate
- [select for diffs]
, Fri Sep 29 15:25:13 2006 UTC (5 years, 7 months ago) by mdw
Branch:
release-6_0_patch
CVS Tags:
release-6_0_2
Changes since 1.124.2.2: +11 -2 lines
Diff to previous 1.124.2.2
to branch point 1.124
MAIN option now can output FREE column
Revision
1.128
/
(view)
- annotate
- [select for diffs]
, Fri Sep 29 15:18:06 2006 UTC (5 years, 7 months ago) by mdw
Branch:
MAIN
Changes since 1.127: +11 -2 lines
Diff to previous 1.127
MAIN option now can output FREE column
Revision
1.124.2.2
/
(view)
- annotate
- [select for diffs]
, Fri Jun 30 15:23:22 2006 UTC (5 years, 10 months ago) by nds65
Branch:
release-6_0_patch
Changes since 1.124.2.1: +12 -10 lines
Diff to previous 1.124.2.1
to branch point 1.124
Array bounds check
Revision
1.124.2.1
/
(view)
- annotate
- [select for diffs]
, Thu Apr 20 15:38:34 2006 UTC (6 years, 1 month ago) by pjx
Branch:
release-6_0_patch
CVS Tags:
release-6_0_1
Changes since 1.124: +37 -13 lines
Diff to previous 1.124
Added in changes from main trunk for patch release: r1.25 (limits the
number of "no output" warnings for empty reflections); r1.26 (beautify
stdout); r1.27 (fix incorrect flagging of "missing" reflections - bug
#1658).
Revision
1.127
/
(view)
- annotate
- [select for diffs]
, Wed Apr 19 12:12:39 2006 UTC (6 years, 1 month ago) by pjx
Branch:
MAIN
Changes since 1.126: +9 -4 lines
Diff to previous 1.126
Output CIF: reflections should not be flagged as "missing" i.e. as "x" if
at least one data item is being output with real data (bug #1658).
Revision
1.126
/
(view)
- annotate
- [select for diffs]
, Wed Apr 5 14:35:34 2006 UTC (6 years, 1 month ago) by mdw
Branch:
MAIN
Changes since 1.125: +17 -7 lines
Diff to previous 1.125
beautified the standard output
Revision
1.125
/
(view)
- annotate
- [select for diffs]
, Wed Apr 5 12:33:47 2006 UTC (6 years, 1 month ago) by mdw
Branch:
MAIN
Changes since 1.124: +16 -7 lines
Diff to previous 1.124
Set a maximum to the number of "No output for this reflection" warnings
that are issued. Maximum is currently 10, see parameter MAX_WARNINGS
Revision
1.124
/
(view)
- annotate
- [select for diffs]
, Wed Feb 15 09:00:28 2006 UTC (6 years, 3 months ago) by pjx
Branch:
MAIN
CVS Tags:
release-6_0
Branch point for:
release-6_0_patch
Changes since 1.123: +29 -2 lines
Diff to previous 1.123
Bug 1557: fix problem that CIF output may break long lines in the middle
of numeric fields.
Revision
1.123
/
(view)
- annotate
- [select for diffs]
, Thu Feb 9 15:37:51 2006 UTC (6 years, 3 months ago) by pjx
Branch:
MAIN
Changes since 1.122: +23 -16 lines
Diff to previous 1.122
Fix to CIF output: if the output "line" extends beyond 2 lines (i.e. 160
characters) then keep adding extra lines until everything is output.
Revision
1.122
/
(view)
- annotate
- [select for diffs]
, Tue Sep 13 10:04:30 2005 UTC (6 years, 8 months ago) by pjx
Branch:
MAIN
Changes since 1.121: +29 -29 lines
Diff to previous 1.121
Updated CIF output to use tokens from the PDB exchange dictionary for
anomalous data and HL coefficients.
Revision
1.121
/
(view)
- annotate
- [select for diffs]
, Tue Sep 6 11:25:17 2005 UTC (6 years, 8 months ago) by mdw
Branch:
MAIN
Changes since 1.120: +2 -2 lines
Diff to previous 1.120
update licence banners
Revision
1.120
/
(view)
- annotate
- [select for diffs]
, Mon May 23 21:02:25 2005 UTC (7 years ago) by pjx
Branch:
MAIN
Changes since 1.119: +4 -4 lines
Diff to previous 1.119
Change the "g" format specifiers for CIF output to "f", to prevent the
writing of data values in an invalid scientific notation (e.g. 0.1111E+5)
(bug #1195).
Revision
1.119
/
(view)
- annotate
- [select for diffs]
, Mon May 23 19:48:16 2005 UTC (7 years ago) by pjx
Branch:
MAIN
Changes since 1.118: +3 -2 lines
Diff to previous 1.118
Allow output of FP/DP and F(+)/F(-) at the same time for CIF (bug #1191).
Revision
1.118
/
(view)
- annotate
- [select for diffs]
, Fri May 20 21:18:51 2005 UTC (7 years ago) by pjx
Branch:
MAIN
Changes since 1.117: +21 -16 lines
Diff to previous 1.117
Allow output of FP and F(+)/F(-) to a single CIF (bug #1191).
Revision
1.117
/
(view)
- annotate
- [select for diffs]
, Thu May 19 20:29:21 2005 UTC (7 years ago) by pjx
Branch:
MAIN
Changes since 1.116: +10 -5 lines
Diff to previous 1.116
Allow output of I and I(+)/I(-) to a single CIF (bug #1184).
Revision
1.116
/
(view)
- annotate
- [select for diffs]
, Tue May 17 17:53:57 2005 UTC (7 years ago) by pjx
Branch:
MAIN
Changes since 1.115: +3 -2 lines
Diff to previous 1.115
Fixed poor test for I or I(+) being set to MNF, which resulted in mean
intensities being set to zero when written to CIF (bug #1179).
Revision
1.115
/
(view)
- annotate
- [select for diffs]
, Wed May 11 13:14:48 2005 UTC (7 years ago) by fr45
Branch:
MAIN
Changes since 1.114: +20 -1 lines
Diff to previous 1.114
Made modification to apply squaring and scaling when user output
mode is selected.
Revision
1.114
/
(view)
- annotate
- [select for diffs]
, Fri Nov 12 17:22:27 2004 UTC (7 years, 6 months ago) by pjx
Branch:
MAIN
CVS Tags:
pre_fft_swap
Changes since 1.113: +17 -25 lines
Diff to previous 1.113
From EJD: some tidying, and if input for SHELX output is F(+)/F(-) then
performing squaring automatically to produce pseudo-intensities.
Revision
1.113
/
(view)
- annotate
- [select for diffs]
, Tue Sep 7 16:09:14 2004 UTC (7 years, 8 months ago) by mdw
Branch:
MAIN
Changes since 1.112: +24 -12 lines
Diff to previous 1.112
Trap for invalid OUTPUT option.
Was spotted for SHELX77 which appeared to be valid option,
but is generic problem
Revision
1.111.4.1
/
(view)
- annotate
- [select for diffs]
, Wed Aug 4 14:41:12 2004 UTC (7 years, 9 months ago) by mdw
Branch:
release-5_0_1_patch
CVS Tags:
release-5_0_2
Changes since 1.111: +2 -1 lines
Diff to previous 1.111
to next main 1.112
NTOK needs to be reset for 2nd call to parser (for LABIN)
Revision
1.112
/
(view)
- annotate
- [select for diffs]
, Wed Aug 4 14:39:46 2004 UTC (7 years, 9 months ago) by mdw
Branch:
MAIN
Changes since 1.111: +2 -1 lines
Diff to previous 1.111
NTOK needs to be reset for 2nd call to parser (for LABIN)
Revision
1.111
/
(view)
- annotate
- [select for diffs]
, Mon Mar 22 16:10:46 2004 UTC (8 years, 2 months ago) by pjx
Branch:
MAIN
CVS Tags:
release-5_0_binaries,
release-5_0_1,
release-5_0,
CCP4-auto
Branch point for:
release-5_0_1_patch
Changes since 1.110: +2 -2 lines
Diff to previous 1.110
EJD: stop fatal error if converting to scalepack and chosen dataset doesn't
have I(+), I(-).
Revision
1.110
/
(view)
- annotate
- [select for diffs]
, Wed Mar 17 12:03:53 2004 UTC (8 years, 2 months ago) by mdw
Branch:
MAIN
Changes since 1.109: +4 -4 lines
Diff to previous 1.109
For mmCIF output, increase precision of cell dimensions to 4d.p.
as in MTZ header, and increase precision of HL coeffs to 2d.p.
Revision
1.109
/
(view)
- annotate
- [select for diffs]
, Thu Mar 4 15:34:33 2004 UTC (8 years, 2 months ago) by ccb
Branch:
MAIN
Changes since 1.108: +80 -25 lines
Diff to previous 1.108
tidied up shelx handling for SHELXD -EJD, bug 333
Revision
1.108
/
(view)
- annotate
- [select for diffs]
, Fri Jan 23 17:09:41 2004 UTC (8 years, 4 months ago) by mdw
Branch:
MAIN
Changes since 1.107: +10 -4 lines
Diff to previous 1.107
add new licence banners
Revision
1.107
/
(view)
- annotate
- [select for diffs]
, Wed Jan 14 15:40:14 2004 UTC (8 years, 4 months ago) by ccb
Branch:
MAIN
Changes since 1.106: +2 -2 lines
Diff to previous 1.106
changes from Clemens
Revision
1.106
/
(view)
- annotate
- [select for diffs]
, Tue Oct 28 14:59:40 2003 UTC (8 years, 6 months ago) by mdw
Branch:
MAIN
Changes since 1.105: +2 -2 lines
Diff to previous 1.105
don't do check on output for USER option, since doesn't cover
use of DUM/IDUM labels
Revision
1.98.2.2
/
(view)
- annotate
- [select for diffs]
, Wed Aug 13 10:19:22 2003 UTC (8 years, 9 months ago) by mdw
Branch:
release-4_2_1_patch
Changes since 1.98.2.1: +19 -13 lines
Diff to previous 1.98.2.1
to branch point 1.98
to next main 1.99
mmCIF option should output all reflections using '?' for MNF
This was how it was originally but got broken in 1999
Revision
1.105
/
(view)
- annotate
- [select for diffs]
, Wed Aug 13 10:10:26 2003 UTC (8 years, 9 months ago) by mdw
Branch:
MAIN
Changes since 1.104: +19 -13 lines
Diff to previous 1.104
mmCIF option should output all reflections using '?' for MNF
This was how it was originally but got broken in 1999
Revision
1.104
/
(view)
- annotate
- [select for diffs]
, Wed Aug 13 08:55:54 2003 UTC (8 years, 9 months ago) by mdw
Branch:
MAIN
Changes since 1.103: +5 -2 lines
Diff to previous 1.103
Forgot to set jfom=1 for cif output
Revision
1.103
/
(view)
- annotate
- [select for diffs]
, Mon Aug 4 14:48:22 2003 UTC (8 years, 9 months ago) by mdw
Branch:
MAIN
Changes since 1.102: +55 -22 lines
Diff to previous 1.102
OUTPUT SHELXD option from EJD
Revision
1.102
/
(view)
- annotate
- [select for diffs]
, Thu Jul 10 13:01:29 2003 UTC (8 years, 10 months ago) by ccb
Branch:
MAIN
Changes since 1.101: +4 -2 lines
Diff to previous 1.101
incorrect loop parameter
Revision
1.101
/
(view)
- annotate
- [select for diffs]
, Fri May 23 14:41:02 2003 UTC (9 years ago) by mdw
Branch:
MAIN
Changes since 1.100: +118 -92 lines
Diff to previous 1.100
1st attempt at extended OUTPUT CIF option with extra columns
requested by EBI. Needs more testing!
Now there are explicit anomalous columns, so split into hkl/-h-k-l
remove for ICIF=1
There was also a bug when writing more than 1 cif line per reflection.
Revision
1.100
/
(view)
- annotate
- [select for diffs]
, Wed Apr 23 10:21:15 2003 UTC (9 years, 1 month ago) by mdw
Branch:
MAIN
Changes since 1.99: +6 -3 lines
Diff to previous 1.99
Update for crystal level (actually completely neutral)
Revision
1.98.2.1
/
(view)
- annotate
- [select for diffs]
, Tue Aug 6 09:28:08 2002 UTC (9 years, 9 months ago) by awa
Branch:
release-4_2_1_patch
CVS Tags:
release-4_2_2
Changes since 1.98: +11 -11 lines
Diff to previous 1.98
CV - mostly mcols to 500
Revision
1.99
/
(view)
- annotate
- [select for diffs]
, Tue Aug 6 09:27:39 2002 UTC (9 years, 9 months ago) by awa
Branch:
MAIN
Changes since 1.98: +11 -11 lines
Diff to previous 1.98
CV- mostly mcols to 500
Revision
1.98
/
(view)
- annotate
- [select for diffs]
, Thu Jan 31 16:13:45 2002 UTC (10 years, 3 months ago) by mdw
Branch:
MAIN
CVS Tags:
release-4_2_1,
release-4_2
Branch point for:
release-4_2_1_patch
Changes since 1.97: +12 -5 lines
Diff to previous 1.97
Change CIF formats to ensure spaces between items.
Add COMPLEX field to OUTPUT MAIN.
Revision
1.97
/
(view)
- annotate
- [select for diffs]
, Mon Sep 24 15:42:30 2001 UTC (10 years, 8 months ago) by mdw
Branch:
MAIN
Changes since 1.96: +46 -17 lines
Diff to previous 1.96
Added OUTPUT MAIN option.
Also bug fix from Kim (re: sysab for OUTPUT CIF)
Revision
1.96
/
(view)
- annotate
- [select for diffs]
, Wed Feb 7 14:23:54 2001 UTC (11 years, 3 months ago) by mdw
Branch:
MAIN
CVS Tags:
release-4_1_1_patch,
release-4_1_1
Changes since 1.95: +42 -17 lines
Diff to previous 1.95
Changes to allow mmCIF files for EM (FC & PHIC or FP & PHIB).
Undone part of last change - speedup means no reflections output!
Revision
1.95
/
(view)
- annotate
- [select for diffs]
, Wed Jan 17 15:04:12 2001 UTC (11 years, 4 months ago) by awa
Branch:
MAIN
CVS Tags:
release-4_1
Changes since 1.94: +14 -7 lines
Diff to previous 1.94
a user check and a speedup from ejd
Revision
1.94
/
(view)
- annotate
- [select for diffs]
, Wed Nov 29 17:07:47 2000 UTC (11 years, 5 months ago) by mdw
Branch:
MAIN
Changes since 1.93: +4 -3 lines
Diff to previous 1.93
Split IF in case ADATA(15) is NaN
Revision
1.93
/
(view)
- annotate
- [select for diffs]
, Fri Nov 10 13:04:11 2000 UTC (11 years, 6 months ago) by pjx
Branch:
MAIN
Changes since 1.92: +9 -5 lines
Diff to previous 1.92
Fix for problem with DUM9 and DUM10 labels being unavailable.
Revision
1.92
/
(view)
- annotate
- [select for diffs]
, Fri Oct 20 14:53:06 2000 UTC (11 years, 7 months ago) by ccb
Branch:
MAIN
Changes since 1.91: +13 -4 lines
Diff to previous 1.91
EJD:There were inconsistencies in using anom diffs.
Revision
1.91
/
(view)
- annotate
- [select for diffs]
, Mon Sep 4 16:19:33 2000 UTC (11 years, 8 months ago) by mdw
Branch:
MAIN
Changes since 1.90: +23 -6 lines
Diff to previous 1.90
Allow label I with CIF.
Correct treatment of centrics with CIF
Revision
1.90
/
(view)
- annotate
- [select for diffs]
, Thu Jul 27 12:58:15 2000 UTC (11 years, 9 months ago) by ccb
Branch:
MAIN
Changes since 1.89: +15 -5 lines
Diff to previous 1.89
For SHELX output it squares F+ - F- but not DANO, from Eleanor
Revision
1.89
/
(view)
- annotate
- [select for diffs]
, Tue Jun 27 17:24:42 2000 UTC (11 years, 10 months ago) by mdw
Branch:
MAIN
Changes since 1.88: +155 -96 lines
Diff to previous 1.88
Moved CIF header writing to wcifhr
Write wavelength if available from MTZ header
Revision
1.88
/
(view)
- annotate
- [select for diffs]
, Tue Jun 27 14:04:45 2000 UTC (11 years, 10 months ago) by mdw
Branch:
MAIN
Changes since 1.87: +48 -26 lines
Diff to previous 1.87
Place DATA statements correctly.
Add in _refln.wavelength_id, _refln.crystal_id, _refln.scale_group_code
and parents.
Revision
1.87
/
(view)
- annotate
- [select for diffs]
, Wed Jan 12 13:27:14 2000 UTC (12 years, 4 months ago) by mdw
Branch:
MAIN
CVS Tags:
release-4_0_1,
release-4_0
Changes since 1.86: +41 -34 lines
Diff to previous 1.86
Sean McSweeney: add ANOMalous= line to X-plor/CNS line
Tassos: tidy F+ -> F(+) in log output
Me: MTZ2VSCR opened as SCRATCH
Revision
1.86
/
(view)
- annotate
- [select for diffs]
, Tue Nov 30 13:36:46 1999 UTC (12 years, 5 months ago) by awa
Branch:
MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85
ejd being tidy
Revision
1.85
/
(view)
- annotate
- [select for diffs]
, Tue Nov 30 08:52:17 1999 UTC (12 years, 5 months ago) by awa
Branch:
MAIN
Changes since 1.84: +4 -4 lines
Diff to previous 1.84
A 'buglet' from ejd
Revision
1.84
/
(view)
- annotate
- [select for diffs]
, Wed Nov 3 14:52:10 1999 UTC (12 years, 6 months ago) by pjx
Branch:
MAIN
Changes since 1.83: +46 -19 lines
Diff to previous 1.83
Minor changes:
1. Fixed EXCLUDE DIFF option for SHELX
2. Added counter for reflections rejected by EXCLUDE k/word
3. Strengthened warning about Fs converted to Is for SHELX
4. Added summary tags for information about output format.
Revision
1.83
/
(view)
- annotate
- [select for diffs]
, Tue Nov 2 16:35:06 1999 UTC (12 years, 6 months ago) by pjx
Branch:
MAIN
Changes since 1.82: +9 -4 lines
Diff to previous 1.82
MDW: fix for XPLOR format problem.
Revision
1.82
/
(view)
- annotate
- [select for diffs]
, Wed Jul 28 10:36:18 1999 UTC (12 years, 9 months ago) by mdw
Branch:
MAIN
Changes since 1.81: +55 -15 lines
Diff to previous 1.81
Changes for CIF output:
FPART_BULK_S and PHIPART_BULK_S give extra loop columns for bulk
solvent correction.
_refln.F_meas / _refln.F_meas_sigma -> _refln.F_meas_au / _refln.F_meas_sigma_au
since these are more correct, and used by SFCHECK
Revision
1.81
/
(view)
- annotate
- [select for diffs]
, Tue Jul 27 15:19:48 1999 UTC (12 years, 10 months ago) by mdw
Branch:
MAIN
Changes since 1.80: +13 -23 lines
Diff to previous 1.80
Fixed writing of reflections with MNFs when keyword MISS specified.
For output CIF, these are flagged with _refln.status 'x'
Revision
1.80
/
(view)
- annotate
- [select for diffs]
, Thu Feb 25 14:42:54 1999 UTC (13 years, 3 months ago) by mdw
Branch:
MAIN
CVS Tags:
release-3_5_1,
release-3_5
Changes since 1.79: +2 -1 lines
Diff to previous 1.79
Initialise ICNS. Interesting effects with g77 without it!
Revision
1.79
/
(view)
- annotate
- [select for diffs]
, Thu Feb 18 10:11:15 1999 UTC (13 years, 3 months ago) by pjx
Branch:
MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78
Minor error picked up by linux compilation.
Revision
1.78
/
(view)
- annotate
- [select for diffs]
, Fri Feb 5 12:03:03 1999 UTC (13 years, 3 months ago) by pjx
Branch:
MAIN
Changes since 1.77: +36 -33 lines
Diff to previous 1.77
More changes from EJD.
Revision
1.77
/
(view)
- annotate
- [select for diffs]
, Mon Dec 21 09:19:04 1998 UTC (13 years, 5 months ago) by pjx
Branch:
MAIN
Changes since 1.76: +9 -9 lines
Diff to previous 1.76
Changes from EJD - minor fixes for XPLOR and TNT output.
Revision
1.76
/
(view)
- annotate
- [select for diffs]
, Wed Dec 9 14:01:41 1998 UTC (13 years, 5 months ago) by pjx
Branch:
MAIN
Changes since 1.75: +9 -9 lines
Diff to previous 1.75
EJD: minor changes for TNT format.
Revision
1.75
/
(view)
- annotate
- [select for diffs]
, Mon Dec 7 15:02:27 1998 UTC (13 years, 5 months ago) by pjx
Branch:
MAIN
Changes since 1.74: +5 -3 lines
Diff to previous 1.74
Minor addition to previous changes from EJD.
Revision
1.74
/
(view)
- annotate
- [select for diffs]
, Tue Dec 1 10:58:51 1998 UTC (13 years, 5 months ago) by pjx
Branch:
MAIN
Changes since 1.73: +350 -104 lines
Diff to previous 1.73
Changes from Eleanor: added OUTPUT CNS option to write out CNS files.
PJB: added comments and fixed DUM..IDUM labels for OUTPUT USER option.
Revision
1.73
/
(view)
- annotate
- [select for diffs]
, Fri Aug 21 10:55:35 1998 UTC (13 years, 9 months ago) by pjx
Branch:
MAIN
Changes since 1.72: +8 -8 lines
Diff to previous 1.72
Fix from Laurent Maveyraud: increased number of characters allowed for
printing reflection indices in XPLOR format.
Revision
1.72
/
(view)
- annotate
- [select for diffs]
, Thu Aug 20 07:05:04 1998 UTC (13 years, 9 months ago) by pjx
Branch:
MAIN
Changes since 1.71: +3 -3 lines
Diff to previous 1.71
Fixed problem with DUM, IDUM labels under OUTPUT USER option, where data
was incorrectly written as zero in these columns in the output file.
Revision
1.71
/
(view)
- annotate
- [select for diffs]
, Fri Aug 7 15:44:05 1998 UTC (13 years, 9 months ago) by mdw
Branch:
MAIN
Changes since 1.70: +3 -3 lines
Diff to previous 1.70
Changed to new input column types for I+/- and F+/-
Revision
1.70
/
(view)
- annotate
- [select for diffs]
, Wed Jul 15 10:46:19 1998 UTC (13 years, 10 months ago) by pjx
Branch:
MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69
Attempt to restore fix from A. Leslie for XPLOR format.
Revision
1.69
/
(view)
- annotate
- [select for diffs]
, Fri Jun 19 12:19:59 1998 UTC (13 years, 11 months ago) by mdw
Branch:
MAIN
Changes since 1.68: +11 -9 lines
Diff to previous 1.68
Call to MSYMLB2 so that writes out correct format
spacegroup for OUTPUT CIF option.
Revision
1.68
/
(view)
- annotate
- [select for diffs]
, Fri May 1 15:40:01 1998 UTC (14 years ago) by mdw
Branch:
MAIN
CVS Tags:
release-3_4_1,
release-3_4
Changes since 1.67: +5 -1 lines
Diff to previous 1.67
Initialisations needed to run on g77
Revision
1.67
/
(view)
- annotate
- [select for diffs]
, Thu Apr 30 10:07:47 1998 UTC (14 years ago) by pjx
Branch:
MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66
Fixed format statement to compile under HP-UX.
Revision
1.66
/
(view)
- annotate
- [select for diffs]
, Fri Apr 24 10:19:34 1998 UTC (14 years, 1 month ago) by pjx
Branch:
MAIN
Changes since 1.65: +4 -1 lines
Diff to previous 1.65
Fixed problem with OUTPUT USER printing blank lines
Revision
1.65
/
(view)
- annotate
- [select for diffs]
, Thu Apr 23 14:10:41 1998 UTC (14 years, 1 month ago) by pjx
Branch:
MAIN
Changes since 1.64: +1070 -563 lines
Diff to previous 1.64
New version from EJD - changes to output anomalous data.
Revision
1.64
/
(view)
- annotate
- [select for diffs]
, Thu Mar 12 16:02:09 1998 UTC (14 years, 2 months ago) by mdw
Branch:
MAIN
Changes since 1.63: +7 -6 lines
Diff to previous 1.63
LROPEN was called with IPRINT of type LOGICAL instead of INTEGER
Revision
1.63
/
(view)
- annotate
- [select for diffs]
, Wed Feb 11 15:50:55 1998 UTC (14 years, 3 months ago) by awa
Branch:
MAIN
Changes since 1.62: +4 -2 lines
Diff to previous 1.62
A y2k compatability problem
Revision
1.62
/
(view)
- annotate
- [select for diffs]
, Wed Nov 26 10:10:06 1997 UTC (14 years, 6 months ago) by awa
Branch:
MAIN
Changes since 1.61: +5 -5 lines
Diff to previous 1.61
Changes from A leslie
Revision
1.61
/
(view)
- annotate
- [select for diffs]
, Wed Oct 29 09:57:25 1997 UTC (14 years, 6 months ago) by mdw
Branch:
MAIN
CVS Tags:
release-3_3
Changes since 1.60: +10 -10 lines
Diff to previous 1.60
Declarations moved above DATA for linux
Revision
1.60
/
(view)
- annotate
- [select for diffs]
, Tue Mar 25 11:19:28 1997 UTC (15 years, 2 months ago) by mdw
Branch:
MAIN
Changes since 1.59: +24 -18 lines
Diff to previous 1.59
Slight cock-up in last change. Free-R column now output if
FREE assigned but not used for INCLUDE | EXCLUDE FREER options.
Revision
1.59
/
(view)
- annotate
- [select for diffs]
, Tue Mar 25 09:39:15 1997 UTC (15 years, 2 months ago) by mdw
Branch:
MAIN
Changes since 1.58: +25 -6 lines
Diff to previous 1.58
If FREE column specified, OUTPUT TNT now outputs it with Xplor
convention. This is for Pannu + Reed version of TNT.
Revision
1.58
/
(view)
- annotate
- [select for diffs]
, Tue Feb 11 16:38:51 1997 UTC (15 years, 3 months ago) by mdw
Branch:
MAIN
Changes since 1.57: +57 -12 lines
Diff to previous 1.57
PRE: new option INCLUDE FREER to select just freer set
Revision
1.57
/
(view)
- annotate
- [select for diffs]
, Fri Nov 1 15:44:30 1996 UTC (15 years, 6 months ago) by acr
Branch:
MAIN
CVS Tags:
release-3_2
Changes since 1.56: +3 -3 lines
Diff to previous 1.56
SIGMA output instead of SIGM for XPLOR.
Revision
1.56
/
(view)
- annotate
- [select for diffs]
, Tue Jul 16 09:37:01 1996 UTC (15 years, 10 months ago) by acr
Branch:
MAIN
Changes since 1.55: +605 -179 lines
Diff to previous 1.55
Option to output CIF file has been included. However, can only output
FP, SIGFP I+ and I-. Also, added utility in USER mode to output integer and
reals.
Revision
1.55
/
(view)
- annotate
- [select for diffs]
, Mon Jun 24 16:47:59 1996 UTC (15 years, 11 months ago) by acr
Branch:
MAIN
Changes since 1.54: +191 -106 lines
Diff to previous 1.54
Added IDUM columns and FREEVAL can accept any freeR set.
Revision
1.54
/
(view)
- annotate
- [select for diffs]
, Fri May 24 11:10:02 1996 UTC (16 years ago) by acr
Branch:
MAIN
CVS Tags:
release-3_1
Changes since 1.53: +2 -2 lines
Diff to previous 1.53
.
Revision
1.53
/
(view)
- annotate
- [select for diffs]
, Thu May 23 11:20:37 1996 UTC (16 years ago) by acr
Branch:
MAIN
Changes since 1.52: +5 -2 lines
Diff to previous 1.52
tidying + files CLOSED.
Revision
1.52
/
(view)
- annotate
- [select for diffs]
, Tue May 7 14:26:38 1996 UTC (16 years ago) by mdw
Branch:
MAIN
Changes since 1.51: +17 -10 lines
Diff to previous 1.51
keyword NAN -> MISS, and argument added to allow
user to specify representation of MNF in output.
Revision
1.51
/
(view)
- annotate
- [select for diffs]
, Thu Apr 25 13:20:05 1996 UTC (16 years, 1 month ago) by acr
Branch:
MAIN
CVS Tags:
release-3_0
Changes since 1.50: +2 -2 lines
Diff to previous 1.50
.
Revision
1.50
/
(view)
- annotate
- [select for diffs]
, Mon Dec 11 17:47:54 1995 UTC (16 years, 5 months ago) by acr
Branch:
MAIN
Changes since 1.49: +58 -31 lines
Diff to previous 1.49
missing number stuff improved. Also NAN keyword will include reflections with
NaNs as zero.
Revision
1.49
/
(view)
- annotate
- [select for diffs]
, Thu Oct 12 09:19:05 1995 UTC (16 years, 7 months ago) by fx
Branch:
MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48
EJD: allow negative I values to be written.
Revision
1.48
/
(view)
- annotate
- [select for diffs]
, Fri Sep 15 15:00:22 1995 UTC (16 years, 8 months ago) by acr
Branch:
MAIN
Changes since 1.47: +30 -18 lines
Diff to previous 1.47
OUTPUT USER can now generate DP and SIGDP. The ordering of the columns echos
the LABIN order for 'USER'. Automatic skipping of records with SIGFP=0/NaN and
SIGFPH=0/NaN is removed. All data with Magic number values are set to zero for
output file.
Revision
1.47
/
(view)
- annotate
- [select for diffs]
, Fri Sep 8 14:23:04 1995 UTC (16 years, 8 months ago) by fx
Branch:
MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
FREE column type should be I.
Revision
1.46
/
(view)
- annotate
- [select for diffs]
, Tue Sep 5 16:30:01 1995 UTC (16 years, 8 months ago) by fx
Branch:
MAIN
Changes since 1.45: +4 -13 lines
Diff to previous 1.45
Expunge RESTRAIN i/p now restrain takes MTZ. This was actually never
necessary since restrain can specify i/p format...
Revision
1.45
/
(view)
- annotate
- [select for diffs]
, Tue Jul 18 16:51:41 1995 UTC (16 years, 10 months ago) by fx
Branch:
MAIN
Changes since 1.44: +27 -19 lines
Diff to previous 1.44
Avoid NaN lossage.
Revision
1.44
/
(view)
- annotate
- [select for diffs]
, Wed Jul 12 17:50:30 1995 UTC (16 years, 10 months ago) by fx
Branch:
MAIN
Changes since 1.43: +45 -17 lines
Diff to previous 1.43
EJD: Undocumented FREEVAL keyword. Missing data checks.
Fix free R o/p for x-plor.
Revision
1.43
/
(view)
- annotate
- [select for diffs]
, Tue Feb 28 14:10:07 1995 UTC (17 years, 2 months ago) by fx
Branch:
MAIN
CVS Tags:
release-2_15,
release-2_14
Changes since 1.42: +5 -2 lines
Diff to previous 1.42
check for OUTPUT given
Revision
1.42
/
(view)
- annotate
- [select for diffs]
, Tue Feb 28 13:47:23 1995 UTC (17 years, 2 months ago) by fx
Branch:
MAIN
Changes since 1.41: +5 -2 lines
Diff to previous 1.41
check that FP label assigned
Revision
1.41
/
(view)
- annotate
- [select for diffs]
, Thu Feb 2 16:51:49 1995 UTC (17 years, 3 months ago) by acr
Branch:
MAIN
Changes since 1.40: +16 -14 lines
Diff to previous 1.40
Tidying up.
Revision
1.40
/
(view)
- annotate
- [select for diffs]
, Thu Nov 3 13:47:13 1994 UTC (17 years, 6 months ago) by fx
Branch:
MAIN
CVS Tags:
release-2_13,
release-2_12,
release-2_11
Changes since 1.39: +1 -1 lines
Diff to previous 1.39
typo
Revision
1.39
/
(view)
- annotate
- [select for diffs]
, Thu Nov 3 13:42:57 1994 UTC (17 years, 6 months ago) by fx
Branch:
MAIN
Changes since 1.38: +1 -2 lines
Diff to previous 1.38
fix ccprcs arg
Revision
1.38
/
(view)
- annotate
- [select for diffs]
, Wed Oct 19 14:00:58 1994 UTC (17 years, 7 months ago) by acr
Branch:
MAIN
Changes since 1.37: +5 -13 lines
Diff to previous 1.37
XPLOR output for anomalous data is now OK. Removed sigma cutoff on DP.
Revision
1.37
/
(view)
- annotate
- [select for diffs]
, Mon Sep 19 16:04:40 1994 UTC (17 years, 8 months ago) by fx
Branch:
MAIN
CVS Tags:
release-2_10
Changes since 1.36: +11 -8 lines
Diff to previous 1.36
cosmetics re. USER o/p
Revision
1.36
/
(view)
- annotate
- [select for diffs]
, Mon Sep 5 14:00:43 1994 UTC (17 years, 8 months ago) by fx
Branch:
MAIN
Changes since 1.35: +5 -3 lines
Diff to previous 1.35
DP column type was wrong
Revision
1.35
/
(view)
- annotate
- [select for diffs]
, Wed Aug 24 12:56:48 1994 UTC (17 years, 9 months ago) by fx
Branch:
MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
CTYP for FREE was wrong
Revision
1.34
/
(view)
- annotate
- [select for diffs]
, Mon Aug 8 18:21:36 1994 UTC (17 years, 9 months ago) by fx
Branch:
MAIN
Changes since 1.33: +10 -5 lines
Diff to previous 1.33
EJD: append FREE to end of SHELX o/p for reflexions with free R flag
Revision
1.33
/
(view)
- annotate
- [select for diffs]
, Wed Jul 27 09:47:47 1994 UTC (17 years, 10 months ago) by fx
Branch:
MAIN
Changes since 1.32: +19 -23 lines
Diff to previous 1.32
Mainly fix rejection with missing FPH and counting of total reflctions
Revision
1.32
/
(view)
- annotate
- [select for diffs]
, Thu Jul 21 13:35:51 1994 UTC (17 years, 10 months ago) by fx
Branch:
MAIN
Changes since 1.31: +85 -12 lines
Diff to previous 1.31
TNT changes had got lost
Revision
1.31
/
(view)
- annotate
- [select for diffs]
, Thu Jul 21 09:47:37 1994 UTC (17 years, 10 months ago) by fx
Branch:
MAIN
Changes since 1.30: +7 -2 lines
Diff to previous 1.30
shelx o/p was zapped by last edit
Revision
1.30
/
(view)
- annotate
- [select for diffs]
, Wed Jul 20 16:48:43 1994 UTC (17 years, 10 months ago) by fx
Branch:
MAIN
Changes since 1.29: +74 -102 lines
Diff to previous 1.29
Add USER OUTPUT type.
Revision
1.29
/
(view)
- annotate
- [select for diffs]
, Wed Jul 20 14:40:30 1994 UTC (17 years, 10 months ago) by fx
Branch:
MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
ISYM program label wasnt typed
Revision
1.28
/
(view)
- annotate
- [select for diffs]
, Fri Jun 17 14:12:30 1994 UTC (17 years, 11 months ago) by fx
Branch:
MAIN
Changes since 1.27: +87 -13 lines
Diff to previous 1.27
PRE: added TNT output option, & EXCLUDE FREER option.
Revision
1.27
/
(view)
- annotate
- [select for diffs]
, Fri Apr 15 14:08:08 1994 UTC (18 years, 1 month ago) by fx
Branch:
MAIN
CVS Tags:
release-2_9,
release-2_8,
release-2_7,
release-2_6,
release-2_5,
release-2_4,
branch-2_8
Changes since 1.26: +18 -8 lines
Diff to previous 1.26
EJD: read Is ready for SHELX
Revision
1.26
/
(view)
- annotate
- [select for diffs]
, Tue Mar 29 14:08:44 1994 UTC (18 years, 1 month ago) by fx
Branch:
MAIN
CVS Tags:
release-2_3
Changes since 1.25: +21 -3 lines
Diff to previous 1.25
PRE: added options EXCLUDE FPMAX FPHMAX
Revision
1.11.2.1.2.2
/
(view)
- annotate
- [select for diffs]
, Fri Mar 25 13:59:44 1994 UTC (18 years, 2 months ago) by fx
Branch:
york-2_2
Changes since 1.11.2.1.2.1: +7 -5 lines
Diff to previous 1.11.2.1.2.1
to branch point 1.11.2.1
to next main 1.12
.
Revision
1.25
/
(view)
- annotate
- [select for diffs]
, Wed Mar 9 15:23:06 1994 UTC (18 years, 2 months ago) by fx
Branch:
MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
change FRRERFLAG label to FREE, consistent with fft
Revision
1.24
/
(view)
- annotate
- [select for diffs]
, Wed Mar 9 14:11:42 1994 UTC (18 years, 2 months ago) by fx
Branch:
MAIN
Changes since 1.23: +12 -14 lines
Diff to previous 1.23
integer TEST for X-PLOR
Revision
1.23
/
(view)
- annotate
- [select for diffs]
, Tue Jan 25 14:51:39 1994 UTC (18 years, 4 months ago) by fx
Branch:
MAIN
Changes since 1.22: +5 -3 lines
Diff to previous 1.22
now compilable
Revision
1.22
/
(view)
- annotate
- [select for diffs]
, Tue Jan 25 14:41:49 1994 UTC (18 years, 4 months ago) by fx
Branch:
MAIN
Changes since 1.21: +19 -7 lines
Diff to previous 1.21
add RESTRAIN o/p type
Revision
1.21
/
(view)
- annotate
- [select for diffs]
, Mon Jan 24 11:42:07 1994 UTC (18 years, 4 months ago) by fx
Branch:
MAIN
Changes since 1.20: +8 -0 lines
Diff to previous 1.20
AGWL: Further corrections. For any phase columns
present must negate the phase when generating the Friedel
pair. This applies to solvent correction term and PHIB term.
Revision
1.20
/
(view)
- annotate
- [select for diffs]
, Fri Jan 21 10:28:16 1994 UTC (18 years, 4 months ago) by fx
Branch:
MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
PRE: correction to change of 17/1/94, forgot to dived
Danom by 2 before adding or subtracting to Fmean
Revision
1.19
/
(view)
- annotate
- [select for diffs]
, Mon Jan 17 18:24:29 1994 UTC (18 years, 4 months ago) by fx
Branch:
MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
previous change also corrected bug which could mangle indices
Revision
1.18
/
(view)
- annotate
- [select for diffs]
, Mon Jan 17 18:10:13 1994 UTC (18 years, 4 months ago) by fx
Branch:
MAIN
Changes since 1.17: +366 -297 lines
Diff to previous 1.17
PRE: added option to read columns DP, SIGDP, ISYM for
anomalous differences, to write out hkl & -h-k-l if Danom present.
Revision
1.17
/
(view)
- annotate
- [select for diffs]
, Wed Jan 12 12:10:19 1994 UTC (18 years, 4 months ago) by fx
Branch:
MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16
EJD: didnt reject reflns with SIG = 0.0
Revision
1.11.2.1.2.1
/
(view)
- annotate
- [select for diffs]
, Tue Jan 4 19:22:44 1994 UTC (18 years, 4 months ago) by fx
Branch:
york-2_2
Changes since 1.11.2.1: +67 -11 lines
Diff to previous 1.11.2.1
version pulled straight from york
Revision
1.16
/
(view)
- annotate
- [select for diffs]
, Fri Dec 17 16:27:00 1993 UTC (18 years, 5 months ago) by fx
Branch:
MAIN
Changes since 1.15: +4 -2 lines
Diff to previous 1.15
EJD: set flag = 1 for free R included reflections
Revision
1.15
/
(view)
- annotate
- [select for diffs]
, Thu Dec 9 12:15:32 1993 UTC (18 years, 5 months ago) by fx
Branch:
MAIN
Changes since 1.14: +43 -57 lines
Diff to previous 1.14
Fixes and tidying from Peter Brick and fix from PRE (not sure what for)
Revision
1.14
/
(view)
- annotate
- [select for diffs]
, Wed Dec 1 15:18:32 1993 UTC (18 years, 5 months ago) by fx
Branch:
MAIN
Changes since 1.13: +50 -5 lines
Diff to previous 1.13
EJD: new FSQUARED, SCALE options
Revision
1.13
/
(view)
- annotate
- [select for diffs]
, Thu Nov 18 14:31:49 1993 UTC (18 years, 6 months ago) by fx
Branch:
MAIN
Changes since 1.12: +15 -7 lines
Diff to previous 1.12
EJD+DL now o/p xplor free R flag
Revision
1.11.2.1
/
(view)
- annotate
- [select for diffs]
, Thu Nov 11 17:53:08 1993 UTC (18 years, 6 months ago) by fx
Branch:
release-2_2
CVS Tags:
release-2_2_4,
release-2_2_3
Branch point for:
york-2_2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
to next main 1.12
.
Revision
1.12
/
(view)
- annotate
- [select for diffs]
, Tue Nov 9 19:34:34 1993 UTC (18 years, 6 months ago) by fx
Branch:
MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
XPLOR wants PHAS not PHI
Revision
1.11
/
(view)
- annotate
- [select for diffs]
, Fri Oct 8 15:47:22 1993 UTC (18 years, 7 months ago) by fx
Branch:
MAIN
CVS Tags:
release-2_2_2,
release-2_2_1,
release-2_2_0,
branch-2_2
Branch point for:
release-2_2
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
fix date printing
Revision
1.10
/
(view)
- annotate
- [select for diffs]
, Mon Oct 4 16:40:08 1993 UTC (18 years, 7 months ago) by fx
Branch:
MAIN
Changes since 1.9: +20 -10 lines
Diff to previous 1.9
(PRE) mtz2various changed so that END command is not
compulsory (**ALL** programs should recognize EOF on control
input!!). Also changed so that output file ALWAYS goes to HKLOUT
Revision
1.9
/
(view)
- annotate
- [select for diffs]
, Wed Sep 15 13:53:24 1993 UTC (18 years, 8 months ago) by fx
Branch:
MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
Previous change should have noted:
From Jim Raftery:
does not now output EXCLUDEd reflexions; the different formats
are treated as similarly as possible; FPH being assigned will
reult in |FPH-FP| being output.
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Wed Sep 15 13:52:04 1993 UTC (18 years, 8 months ago) by fx
Branch:
MAIN
Changes since 1.7: +27 -36 lines
Diff to previous 1.7
.
Revision
1.4.4.1
/
(view)
- annotate
- [select for diffs]
, Wed Sep 15 09:47:15 1993 UTC (18 years, 8 months ago) by fx
Branch:
jr-version
Changes since 1.4: +26 -33 lines
Diff to previous 1.4
to next main 1.5
mods made by jim raftery to an old version
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Thu Aug 5 13:09:38 1993 UTC (18 years, 9 months ago) by fx
Branch:
MAIN
Changes since 1.6: +9 -1 lines
Diff to previous 1.6
copyright
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Thu Jan 28 20:43:18 1993 UTC (19 years, 3 months ago) by fx
Branch:
MAIN
Changes since 1.5: +7 -5 lines
Diff to previous 1.5
LMB: initialize IFAIL before calling CCPOPN
(how did this ever work?). Also changed CCPOPN to CCPDPN
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Fri Jan 15 11:54:40 1993 UTC (19 years, 4 months ago) by fx
Branch:
MAIN
Changes since 1.4: +1 -18 lines
Diff to previous 1.4
standardisation
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Wed Sep 2 18:02:15 1992 UTC (19 years, 8 months ago) by fx
Branch:
MAIN
CVS Tags:
release-2_1_7,
release-2_1_6,
release-2_1_5,
release-2_1_4,
release-2_1_3,
release-2_1_2,
release-2_1_1,
release-2_1
Branch point for:
jr-version
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
typo?
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Fri Aug 28 15:37:14 1992 UTC (19 years, 8 months ago) by fx
Branch:
MAIN
CVS Tags:
sep_1_92
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
change ccpvrs to ccprcs
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Thu Aug 20 18:06:20 1992 UTC (19 years, 9 months ago) by fx
Branch:
MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
bad ccperr call
Revision
1.1.1.1
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Mon May 18 19:13:23 1992 UTC (20 years ago) by ccp4
Branch:
ccp4-suite
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Roughly correposnds to first `official' release of MTZ version for un*x
and VMS around 14--15/5/92.
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Mon May 18 19:13:22 1992 UTC (20 years ago) by ccp4
Branch:
MAIN
Initial revision
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.