source: branches/uq/lang/R/Rappture/src/RpUnitsRInterface.h @ 4644

Last change on this file since 4644 was 3177, checked in by mmc, 12 years ago

Updated all of the copyright notices to reference the transfer to
the new HUBzero Foundation, LLC.

File size: 782 bytes
Line 
1/*
2 * ----------------------------------------------------------------------
3 *  INTERFACE: R Rappture Units Source
4 *
5 * ======================================================================
6 *  AUTHOR:  Derrick Kearney, Purdue University
7 *  Copyright (c) 2004-2012  HUBzero Foundation, LLC
8 *
9 *  See the file "license.terms" for information on usage and
10 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
11 * ======================================================================
12 */
13
14#include <R.h>
15#include <Rinternals.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21SEXP RPRUnitsConvertDouble( SEXP fromVal, SEXP toUnitsName) ;
22SEXP RPRUnitsConvertString( SEXP fromVal, SEXP toUnitsName, SEXP showUnits) ;
23
24#ifdef __cplusplus
25}
26#endif // ifdef __cplusplus
27
Note: See TracBrowser for help on using the repository browser.