--- trunk/OOPSE/libmdtools/DUFF.cpp 2003/06/24 19:57:54 564 +++ trunk/OOPSE/libmdtools/DUFF.cpp 2003/07/11 22:34:48 594 @@ -22,7 +22,7 @@ namespace TPE { // restrict the access of the folowin #define HARMONIC_BOND 1 -namespace TPE { // restrict the access of the folowing to this file only. +namespace DUFF_NS { // restrict the access of the folowing to this file only. // Declare the structures that will be passed by MPI @@ -420,7 +420,7 @@ using namespace TPE; } // namespace -using namespace TPE; +using namespace DUFF_NS; //**************************************************************** @@ -1408,7 +1408,7 @@ int TPE::parseAtom( char *lineBuffer, int lineNum, ato } -int TPE::parseAtom( char *lineBuffer, int lineNum, atomStruct &info ){ +int DUFF_NS::parseAtom( char *lineBuffer, int lineNum, atomStruct &info ){ char* the_token; @@ -1502,7 +1502,7 @@ int TPE::parseBond( char *lineBuffer, int lineNum, bon else return 0; } -int TPE::parseBond( char *lineBuffer, int lineNum, bondStruct &info ){ +int DUFF_NS::parseBond( char *lineBuffer, int lineNum, bondStruct &info ){ char* the_token; char bondType[30]; @@ -1579,7 +1579,7 @@ int TPE::parseBend( char *lineBuffer, int lineNum, ben } -int TPE::parseBend( char *lineBuffer, int lineNum, bendStruct &info ){ +int DUFF_NS::parseBend( char *lineBuffer, int lineNum, bendStruct &info ){ char* the_token; @@ -1667,7 +1667,7 @@ int TPE::parseTorsion( char *lineBuffer, int lineNum, else return 0; } -int TPE::parseTorsion( char *lineBuffer, int lineNum, torsionStruct &info ){ +int DUFF_NS::parseTorsion( char *lineBuffer, int lineNum, torsionStruct &info ){ char* the_token;