Changeset 656


Ignore:
Timestamp:
04/20/17 21:10:27 (7 years ago)
Author:
Maciej Komosinski
Message:

Removed useless READONLY flag in functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/config/f0.def

    r528 r656  
    8686PROP(Vstyle,2,0,vis_style,s,0,-1,neuro,vis_style)
    8787PROP(getInputCount,0,1+2,`input count',d,,,,inputCount,GETONLY)
    88 PROP(getInputNeuroDef,0,1+2,`get input neuron',p oNeuroDef(d),,,,p_getInputNeuroDef,PROCEDURE)
    89 PROP(getInputNeuroIndex,0,1+2,`get input neuron index',p d(d),,,,p_getInputNeuroIndex,PROCEDURE)
    90 PROP(getInputWeight,0,1+2,`get input weight',p f(d),,,,p_getInputWeight,PROCEDURE)
     88PROP(getInputNeuroDef,0,0,`get input neuron',p oNeuroDef(d),,,,p_getInputNeuroDef,PROCEDURE)
     89PROP(getInputNeuroIndex,0,0,`get input neuron index',p d(d),,,,p_getInputNeuroIndex,PROCEDURE)
     90PROP(getInputWeight,0,0,`get input weight',p f(d),,,,p_getInputWeight,PROCEDURE)
    9191PROP(classObject,0,1+2,`neuron class',o NeuroClass,,,,classObject,GETONLY)
    9292ENDCLASS
Note: See TracChangeset for help on using the changeset viewer.