Ignore:
Timestamp:
06/21/10 12:26:34 (15 years ago)
Author:
Eric.Larour
Message:

renamed UpdateInputsFromVectorx to InputUpdateFromVectorx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Params/IntParam.cpp

    r4079 r4091  
    145145/*}}}*/
    146146
    147 /*FUNCTION IntParam::UpdateInputsFromVector(double* vector, int name, int type) {{{1*/
    148 void  IntParam::UpdateInputsFromVector(double* vector, int name, int type){
     147/*FUNCTION IntParam::InputUpdateFromVector(double* vector, int name, int type) {{{1*/
     148void  IntParam::InputUpdateFromVector(double* vector, int name, int type){
    149149        /*Nothing updated yet*/
    150150}
    151151/*}}}*/
    152 /*FUNCTION IntParam::UpdateInputsFromVector(int* vector, int name, int type) {{{1*/
    153 void  IntParam::UpdateInputsFromVector(int* vector, int name, int type){
     152/*FUNCTION IntParam::InputUpdateFromVector(int* vector, int name, int type) {{{1*/
     153void  IntParam::InputUpdateFromVector(int* vector, int name, int type){
    154154        /*Nothing updated yet*/
    155155}
    156156/*}}}*/
    157 /*FUNCTION IntParam::UpdateInputsFromVector(bool* vector, int name, int type) {{{1*/
    158 void  IntParam::UpdateInputsFromVector(bool* vector, int name, int type){
     157/*FUNCTION IntParam::InputUpdateFromVector(bool* vector, int name, int type) {{{1*/
     158void  IntParam::InputUpdateFromVector(bool* vector, int name, int type){
    159159        /*Nothing updated yet*/
    160160}
Note: See TracChangeset for help on using the changeset viewer.