Source Files

C++ Source Files

tempCalcRoutines.h

The include file for the "external" routines written in C++.

tempCalcRoutines.cpp

The "external" routines written in C++.

tempCalc.cpp

A C++ test program for the external routines..

Fortran Source Files

tempCalcRoutines.f

The "external" routines written in Fortran.

tempCalc.f

A FORTRAN test program for the external.

Java Source Files

TempCalcJava.java

The Java class encapsulating the external routines.

TemperatureApp.java

The Java interface to the external routines.

ColorContourPlot.java

The Java class for color contour plots.

ColorContourCanvas.java

A support class for color contour plots.

ContourResolutionDialog.java.

A support class for color contour plots.

C++ routines that implement the native methods

(These routines are used with both the C++ and Fortran versions of the external routines).

TempCalcJava.h

The include file generated by javah applied to TempCalcJava

TempCalcJava.cpp

The C++ implementation of the routines in TempCalcJava.h. These routines call the routines written in either C++ or FORTRAN.

Sample Makefiles for UNIX/Solaris

makecpplib

Makefile for the C++ shared library containing the native method implementation.

makefortlib

Makefile for the FORTRAN shared library containing the native method implementation.