You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dave Parker 503854afac Bug fix in phil_lss model. 18 years ago
..
JDD.cc Updated email addresses and affiliations in copyright info. 18 years ago
JDD.java Eclipse tidy (remove unused imports). 18 years ago
JDDNode.java Updated email addresses and affiliations in copyright info. 18 years ago
JDDTest.java Updated email addresses and affiliations in copyright info. 18 years ago
JDDVars.java Updated email addresses and affiliations in copyright info. 18 years ago
JDDVectorConsumer.java Updated email addresses and affiliations in copyright info. 18 years ago
Makefile Improved Java detetction in Makefile, including case where directory has a space, e.g. "Progam Files". 19 years ago
README PRISM trunk layout rearrangement. 20 years ago

README

JDD
===

To add new functions:
---------------------

- Add Java wrapper method to JDD.java
- Add native method prototype to JDD.java
- javac jdd/JDD.java
- javah -jni jdd.JDD -o jdd/JDD.h
- Add C++ wrapper to jdd.cc (get prototype from jdd/JDD.h)
- cd jdd
- make clean
- cd ..
- make