Index: /issm/trunk-jpl/src/mobile/native/Main.cpp
===================================================================
--- /issm/trunk-jpl/src/mobile/native/Main.cpp	(revision 16081)
+++ /issm/trunk-jpl/src/mobile/native/Main.cpp	(revision 16082)
@@ -70,5 +70,5 @@
 	}
 	/*}}}*/
-	void Solve(JNIEnv *env, jclass clazz , jdouble alpha, jdouble temperature, jobject buf){ /*{{{*/
+	void Solve(JNIEnv *env, jclass clazz , jdouble alpha, jobject buf){ /*{{{*/
 
 		int i,count;
@@ -87,14 +87,17 @@
 		/*reset basal friction to what it was before: */
 		__android_log_print(ANDROID_LOG_INFO, "Native","alpha %g ",alpha);
-		/*reset basal temperature to what it was before: */
-		__android_log_print(ANDROID_LOG_INFO, "Native","temperature %g ",temperature);
+		
+		__android_log_print(ANDROID_LOG_INFO, "Native","ok-1");
 
 		InputDuplicatex(fm->elements,fm->nodes,fm->vertices,fm->loads,fm->materials,fm->parameters,AndroidFrictionCoefficientEnum,FrictionCoefficientEnum);
+		__android_log_print(ANDROID_LOG_INFO, "Native","ok0");
 
 		/*now scale friction by alpha: */
 		InputScalex(fm->elements,fm->nodes,fm->vertices,fm->loads,fm->materials,fm->parameters,FrictionCoefficientEnum,alpha/100);
+		__android_log_print(ANDROID_LOG_INFO, "Native","ok1");
 
 		/*solve: */
 		fm -> Solve();
+		__android_log_print(ANDROID_LOG_INFO, "Native","ok2");
 
 		/*retrieve results: */
@@ -168,5 +171,5 @@
 	{
 			{"createISSMModel"   ,"(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I"  , (void *) Initialize},
-			{"solveISSMModel", "(DDLjava/nio/DoubleBuffer;)V", (void *) Solve}
+			{"solveISSMModel", "(DLjava/nio/DoubleBuffer;)V", (void *) Solve}
 	};
 	/*}}}*/
