Revision c2f28aaed97ab601d30035756a47535caaf5c634 authored by Eh Tan on 12 November 2007, 22:50:32 UTC, committed by Eh Tan on 12 November 2007, 22:50:32 UTC
svn+ssh://svn@geodynamics.org/cig/mc/3D/CitcomS/trunk

........
  r8278 | tan2 | 2007-11-12 14:38:36 -0800 (Mon, 12 Nov 2007) | 1 line
  
  Added mishing header file to the makefile, also avoided compiling unused code.
........
  r8279 | tan2 | 2007-11-12 14:42:56 -0800 (Mon, 12 Nov 2007) | 1 line
  
  Updated the version number and file NEWS
........

1 parent 4cab4ca
Raw File
CitcomSTemperature.net.in
//
// time: Tue May 11 11:04:23 2004
//
// version: 3.2.0 (format), 4.3.0 (DX)
//
//
//
// macro reference (direct): RTFtoXYZ @dxmacrodir@/RTFtoXYZ.net
include "RTFtoXYZ.net"
//
// Begin MDF
// MODULE CitcomSTemperature
// CATEGORY Macros
// DESCRIPTION new macro
// INPUT input_1; group or field or series or value list or string list; (no default);  
// OUTPUT output_1; field;  
// End MDF
// workspace: width = 500, height = 400
// layout: snap = 0, width = 50, height = 50, align = NN
//
macro CitcomSTemperature(
 input_1
) -> (
 output_1
) {
    // 
    // node Input[8]: x = 0, y = 0, inputs = 0, label = Input
    // parameter: position = 1, name = 'input_1', value = '(no default)', descriptive = 1, description = ' ', required = 0, visible = 1
    //
CitcomSTemperature_Input_8_out_1 = input_1;
    // 
    // node Select[5]: x = 14, y = 80, inputs = 3, label = Select
    // input[2]: defaulting = 0, visible = 1, type = 32, value = "temperature"
    //
CitcomSTemperature_Select_5_out_1 = 
    Select(
    CitcomSTemperature_Input_8_out_1,
    "temperature",
    NULL
    ) [instance: 5, cache: 1];
    // 
    // node RTFtoXYZ[1]: x = 0, y = 170, inputs = 1, label = RTFtoXYZ
    //
CitcomSTemperature_RTFtoXYZ_1_out_1 = 
    RTFtoXYZ(
    CitcomSTemperature_Select_5_out_1
    ) [instance: 1, cache: 1];
    // 
    // node Output[5]: x = 0, y = 250, inputs = 1, label = Output
    // parameter: position = 1, name = 'output_1', value = ' ', descriptive = 0, description = ' ', required = 0, visible = 1
    //
output_1 = CitcomSTemperature_RTFtoXYZ_1_out_1;
// network: end of macro body
}
CitcomSTemperature_Input_8_out_1 = NULL;
CitcomSTemperature_Select_5_out_1 = NULL;
CitcomSTemperature_RTFtoXYZ_1_out_1 = NULL;
back to top