--- ce/ce.C.orig 2014-03-13 11:50:40.000000000 -0500
+++ ce/ce.C 2014-03-13 11:52:06.000000000 -0500
double vecDist(XYZ *o1, XYZ *e1, XYZ *o2, XYZ *e2);
////////////////////////////////////////////////////////////////////
-main(int argc, char **argv) {
+int main(int argc, char **argv) {
char *user_file1, *entity_id1;
setText(&user_file1, pdb_file1);
- setText(&mkdb_command, "pom/mkDB");
+ setText(&mkdb_command, "mkDB");
addText(&mkdb_command, " scratch ");
addText(&mkdb_command, db_tmp_path);
addText(&mkdb_command, " ");
setText(&user_file2, pdb_file2);
- setText(&mkdb_command, "pom/mkDB");
+ setText(&mkdb_command, "mkDB");
addText(&mkdb_command, " scratch ");
addText(&mkdb_command, db_tmp_path);
addText(&mkdb_command, " ");
--- pom/ipdb.C.orig 2014-03-13 11:50:14.000000000 -0500
+++ pom/ipdb.C 2014-03-13 11:52:06.000000000 -0500
//////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
int main(int, char**, char **env=NULL);
-main(int argc, char **argv, char **env)
+int main(int argc, char **argv, char **env)
--- pom/calc.C.orig 2014-03-13 11:50:30.000000000 -0500
+++ pom/calc.C 2014-03-13 11:52:06.000000000 -0500
--- pom/pom.h.orig 2000-05-25 16:38:55.000000000 -0500
+++ pom/pom.h 2010-01-07 12:04:24.000000000 -0600
////////////////////////////////////////////////////////////////////
+ friend class ISubentity;