Ignore:
Timestamp:
Aug 30, 2006 7:01:05 AM (18 years ago)
Author:
dkearney
Message:

added units conversion from deg->rad to tcl bindings,
adjusted matlab and octave makefiles to include more specific compile dependancies
adjusted rappture.h so people can just include 1 header file to get all functionalaity
added new units_on/units_off flags to rappture's core units.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/rappture.h

    r511 r520  
    99// include xml parser headers
    1010#include "RpLibrary.h"
    11 #include "../cee/RpLibraryCInterface.h"
    12 #include "../fortran/RpLibraryFInterface.h"
     11#include "RpLibraryCInterface.h"
     12#include "RpLibraryFInterface.h"
    1313
    1414// include units headers
    1515#include "RpUnits.h"
    16 #include "../cee/RpUnitsCInterface.h"
    17 #include "../fortran/RpUnitsFInterface.h"
     16#include "RpUnitsCInterface.h"
     17#include "RpUnitsFInterface.h"
    1818
    1919// include base objects
     20/*
    2021#include "RpAbout.h"
    2122#include "RpBoolean.h"
     
    2526#include "RpString.h"
    2627#include "RpValue.h"
     28*/
Note: See TracChangeset for help on using the changeset viewer.