Changeset 3734


Ignore:
Timestamp:
Jul 1, 2013, 3:46:03 PM (11 years ago)
Author:
gah
Message:

add octave/MATLAB version of example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/tcl/src/RpLibraryTclInterface.cc

    r3733 r3734  
    185185    std::string libName = rpLib2command(interp,rpptr);
    186186
    187     if (Tcl_SetVar(interp, "::Rappture::version", RAPPTURE_VERSION,
    188                    TCL_GLOBAL_ONLY | TCL_LEAVE_ERR_MSG) != NULL) {
    189         return TCL_ERROR;
    190     }
    191     if (Tcl_SetVar(interp, "::Rappture::build", SVN_VERSION,
    192                    TCL_GLOBAL_ONLY | TCL_LEAVE_ERR_MSG) != NULL) {
    193         return TCL_ERROR;
    194     }
    195187    Tcl_AppendResult(interp, libName.c_str(), (char*)NULL);
    196188    return TCL_OK;
Note: See TracChangeset for help on using the changeset viewer.