]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libjorte/JORTEInit.c
Reformat the sources with orte/uncrustify script
[orte.git] / orte / libjorte / JORTEInit.c
index 67183a60ceec42e78bdf69046866c21f09c46fb3..6a3420db132605069bd3da4a5455ff65c8edb971 100644 (file)
 #include "orte.h"
 // pregenerated header
 #include "jorte/org_ocera_orte_JOrte.h"
-
+#include "jorte/4all.h"
 
 
 JNIEXPORT void JNICALL
 Java_org_ocera_orte_JOrte_jORTEInit
-(JNIEnv *env, jclass cls)
+  (JNIEnv *env, jclass cls)
 {
-  /* intitialize ORTE layer */
   ORTEInit();
-  printf(":c: provedena ORTEInit()..\n");
-
-  /* kontrolni hlasky */
- // ORTEVerbositySetOptions("ALL:10");
-
+  #ifdef TEST_STAGE
+  printf(":c: ORTE initialized [ORTEInit()].. \n");
+  #endif
 }
-