[MOAB-dev] r3665 - MOAB/trunk/tools/mbcoupler
    kraftche at cae.wisc.edu 
    kraftche at cae.wisc.edu
       
    Thu Mar 18 13:04:18 CDT 2010
    
    
  
Author: kraftche
Date: 2010-03-18 13:04:17 -0500 (Thu, 18 Mar 2010)
New Revision: 3665
Modified:
   MOAB/trunk/tools/mbcoupler/addfield.cpp
Log:
remove unnecessary 'using' directive
Modified: MOAB/trunk/tools/mbcoupler/addfield.cpp
===================================================================
--- MOAB/trunk/tools/mbcoupler/addfield.cpp	2010-03-18 16:25:37 UTC (rev 3664)
+++ MOAB/trunk/tools/mbcoupler/addfield.cpp	2010-03-18 18:04:17 UTC (rev 3665)
@@ -2,9 +2,7 @@
 #include "moab/Core.hpp"
 #include <math.h>
 #include <cstdlib>
-using namespace std;
 
-
 namespace moab {
 
 //make a nice picture. tweak here
    
    
More information about the moab-dev
mailing list