Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix Java build
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 22 Nov 2015 23:45:22 +0000 (00:45 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 22 Nov 2015 23:49:24 +0000 (00:49 +0100)
commitf46a1c06fb026ba47f526e95ffd43395849f4b4d
treeed83a332c2f2d885d61f5031b350e7a6845ff168
parent81f415c8460ed6a9dfed2997228e9184c201322e
Fix Java build

java CPU surf binding used to register itself to the list of models that
must be called through shareResources directly. But this was useless
because CPU models are invoked from the host models (leading to
dupplicated lines in the tesh file).

Now that it is not possible anymore to register to that list of models
(which was removed), we must fix the java CPU surf binding.
examples/java/surfCpuModel/surf_cpu_model.tesh
src/bindings/java/surf_swig.cpp