CVS log for pisa/pisa_detail.cpp |
|
Help |
Request diff between arbitrary revisions / Display revisions graphically
Makes use of environemntal variables in pisa configuration file
added exclusion of ligands on demand
update to pisa 1.06
Index: pisa_detail.cpp
===================================================================
RCS file: /ccpdisk/xtal/CVSROOT/pisa/pisa_detail.cpp,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pisa_detail.cpp
--- pisa_detail.cpp 4 Apr 2007 14:48:12 -0000 1.1.1.1
+++ pisa_detail.cpp 11 Mar 2010 13:34:31 -0000
@@ -333,7 +333,7 @@
}
-int CPISADetail::DetailInterface ( pstr sessionName, pstr fileName,
+int CPISADetail::DetailInterface ( cpstr sessionName, cpstr fileName,
int serialNo ) {
CFile f;
PCInterface Interface;
@@ -560,7 +560,7 @@
}
-int CPISADetail::DetailMonomer ( pstr sessionName, pstr fileName,
+int CPISADetail::DetailMonomer ( cpstr sessionName, cpstr fileName,
int serialNo ) {
CFile f;
char S[200],dName[100];
@@ -845,7 +845,7 @@
}
-int CPISADetail::DetailAssembly ( pstr sessionName, pstr fileName,
+int CPISADetail::DetailAssembly ( cpstr sessionName, cpstr fileName,
int serialNo ) {
CFile f;
PCAssembly A;
@@ -1011,7 +1011,7 @@
}
-int CPISADetail::Remark350 ( pstr sessionName, pstr fileName,
+int CPISADetail::Remark350 ( cpstr sessionName, cpstr fileName,
int serialNo ) {
CFile f;
PCAssembly A;
@@ -1085,7 +1085,7 @@
}
-int CPISADetail::MakeXML ( pstr sessionName, pstr fileName ) {
+int CPISADetail::MakeXML ( cpstr sessionName, cpstr fileName ) {
CFile f;
PCXMLObject xml;
int rc;
PISA source tree
Initial revision
| ccp4@ccp4.ac.uk |
Powered by ViewCVS 0.9.3 |