Changeset 83 for trunk/test/src


Ignore:
Timestamp:
Oct 5, 2005 8:17:26 AM (17 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.

Location:
trunk/test/src
Files:
1 added
1 edited
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);
  • trunk/test/src/RpLibrary_test.cc

    r77 r83  
    187187    std::cout << "//////////////////// LIB 3 ////////////////////" << std::endl;
    188188    std::cout << lib3.xml() << std::endl;
     189
     190    lib2.result();
    189191
    190192    return 0;
Note: See TracChangeset for help on using the changeset viewer.