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 edited

Legend:

Unmodified
Added
Removed
  • 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.