CVS log for pisa/pisa_detail.h |
|
Help |
Request diff between arbitrary revisions / Display revisions graphically
update to pisa 1.06
Index: pisa_detail.h
===================================================================
RCS file: /ccpdisk/xtal/CVSROOT/pisa/pisa_detail.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pisa_detail.h
--- pisa_detail.h 4 Apr 2007 14:48:12 -0000 1.1.1.1
+++ pisa_detail.h 11 Mar 2010 13:20:25 -0000
@@ -38,15 +38,15 @@
CPISADetail ( pstr confPath );
~CPISADetail();
- int DetailInterface ( pstr sessionName, pstr fileName,
+ int DetailInterface ( cpstr sessionName, cpstr fileName,
int serialNo );
- int DetailMonomer ( pstr sessionName, pstr fileName,
+ int DetailMonomer ( cpstr sessionName, cpstr fileName,
int serialNo );
- int DetailAssembly ( pstr sessionName, pstr fileName,
+ int DetailAssembly ( cpstr sessionName, cpstr fileName,
int serialNo );
- int Remark350 ( pstr sessionName, pstr fileName,
+ int Remark350 ( cpstr sessionName, cpstr fileName,
int serialNo );
- int MakeXML ( pstr sessionName, pstr fileName );
+ int MakeXML ( cpstr sessionName, cpstr fileName );
protected :
void InitPISADetail();
PISA source tree
Initial revision
| ccp4@ccp4.ac.uk |
Powered by ViewCVS 0.9.3 |