Ignore:
Timestamp:
Oct 5, 2005 8:17:26 AM (18 years ago)
Author:
dkearney
Message:
  1. More cleaning of RpUnits and RpLibrary? code
  2. added rp_result code to c++/fortran/c code
  3. added rp_children, rp_lib_node[comp,type,id] for fortran code (need to test)
  4. adjusted convert function to recognize statements as follows:

convert("5J","neV")
convert("3.12075e+28neV","J")

  1. made joules a metric unit in RpUnits.cc
  2. tested examples/app-fermi/fortran/fermi.f with new rappture library.

added units conversion.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/test/src/RpLibraryC_test.c

    r77 r83  
    106106        id   = nodeId(childEle);
    107107        type = nodeType(childEle);
    108        
     108
    109109        printf("childEle comp = :%s:\n",comp);
    110110        printf("childEle   id = :%s:\n",id);
     
    132132        id   = nodeId(childEle);
    133133        type = nodeType(childEle);
    134        
     134
    135135        printf("childEle comp = :%s:\n",comp);
    136136        printf("childEle   id = :%s:\n",id);
Note: See TracChangeset for help on using the changeset viewer.