Index: /issm/trunk-jpl/src/c/classes/dakota/DakotaPlugin.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/dakota/DakotaPlugin.cpp	(revision 13547)
+++ /issm/trunk-jpl/src/c/classes/dakota/DakotaPlugin.cpp	(revision 13548)
@@ -43,16 +43,13 @@
 namespace SIM {
 
-//constructor
-DakotaPlugin::DakotaPlugin(const Dakota::ProblemDescDB& problem_db,void* in_femmodel):Dakota::DirectApplicInterface(problem_db){
-
+DakotaPlugin::DakotaPlugin(const Dakota::ProblemDescDB& problem_db,void* in_femmodel):Dakota::DirectApplicInterface(problem_db){/*{{{*/
 
 	femmodel=in_femmodel;
 	counter=0;
-}
-
-//destructor
-DakotaPlugin::~DakotaPlugin(){ /* Virtual destructor handles referenceCount at Interface level. */ }
-
-int DakotaPlugin::derived_map_ac(const Dakota::String& driver) {
+}/*}}}*/
+DakotaPlugin::~DakotaPlugin(){/*{{{*/
+	/* Virtual destructor handles referenceCount at Interface level. */ 
+}/*}}}*/
+int DakotaPlugin::derived_map_ac(const Dakota::String& driver){/*{{{*/
 
 	int i;
@@ -95,5 +92,4 @@
 	}
 
-
 	/*Free ressources:*/
 	xDelete<IssmDouble>(variables);
@@ -106,10 +102,8 @@
 
 	return 0;
-}
-  
-
-int DakotaPlugin::GetCounter(){
+}/*}}}*/
+int DakotaPlugin::GetCounter(){/*{{{*/
 	return counter;
-}
+}/*}}}*/
 
 } // namespace SIM
