Field
Show
Ignore:
Timestamp:
08/05/2008 07:44:31 PM (5 months ago)
Author:
hyposurface@hyposurface-corporations-mac-pro.local
branch:
default
Message:

various fixes to classloader based on work in Boston

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • development/native/source/hungarian2.cpp

    r0 r145  
    3535#define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) 
    3636 
    37 JNIEXPORT jint JNICALL Java_marc_math_Hungarian_perform 
     37JNIEXPORT jint JNICALL Java_field_util_Hungarian_perform 
    3838(JNIEnv *env, jobject, jobject inputp, jint m , jint n, jobject outputp) 
    3939{ 
     
    5959 
    6060 
    61 JNIEXPORT jint JNICALL Java_marc_math_Hungarian_performFloat 
     61JNIEXPORT jint JNICALL Java_field_util_Hungarian_performFloat 
    6262(JNIEnv *env, jobject, jobject inputp, jint m , jint n, jobject outputp) 
    6363{