diff -ur /tmp/cheetah-1.1.4/src/Controller/MPI/cheetah_mpi.h cheetah-1.1.4/src/Controller/MPI/cheetah_mpi.h --- /tmp/cheetah-1.1.4/src/Controller/MPI/cheetah_mpi.h Wed Oct 24 22:47:47 2001 +++ cheetah-1.1.4/src/Controller/MPI/cheetah_mpi.h Fri Dec 19 10:21:07 2003 @@ -28,7 +28,7 @@ class Group; class MPIGroup; class MPIController; -}; +} #ifdef __cplusplus extern "C" diff -ur /tmp/cheetah-1.1.4/src/MatchingHandler/MatchingAction.h cheetah-1.1.4/src/MatchingHandler/MatchingAction.h --- /tmp/cheetah-1.1.4/src/MatchingHandler/MatchingAction.h Mon Apr 17 22:33:03 2000 +++ cheetah-1.1.4/src/MatchingHandler/MatchingAction.h Fri Dec 19 10:21:08 2003 @@ -221,7 +221,7 @@ inline void operator()() { - handler_m(extra); + handler_m(extra_m); } template