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/Materials/Matice.cpp

    r4085 r4091  
    428428}
    429429/*}}}*/
    430 /*FUNCTION Matice::UpdateInputsFromVector(double* vector, int name, int type) {{{1*/
    431 void  Matice::UpdateInputsFromVector(double* vector, int name, int type){
    432         /*Nothing updated yet*/
    433 }
    434 /*}}}*/
    435 /*FUNCTION Matice::UpdateInputsFromVector(int* vector, int name, int type) {{{1*/
    436 void  Matice::UpdateInputsFromVector(int* vector, int name, int type){
    437         /*Nothing updated yet*/
    438 }
    439 /*}}}*/
    440 /*FUNCTION Matice::UpdateInputsFromVector(bool* vector, int name, int type) {{{1*/
    441 void  Matice::UpdateInputsFromVector(bool* vector, int name, int type){
     430/*FUNCTION Matice::InputUpdateFromVector(double* vector, int name, int type) {{{1*/
     431void  Matice::InputUpdateFromVector(double* vector, int name, int type){
     432        /*Nothing updated yet*/
     433}
     434/*}}}*/
     435/*FUNCTION Matice::InputUpdateFromVector(int* vector, int name, int type) {{{1*/
     436void  Matice::InputUpdateFromVector(int* vector, int name, int type){
     437        /*Nothing updated yet*/
     438}
     439/*}}}*/
     440/*FUNCTION Matice::InputUpdateFromVector(bool* vector, int name, int type) {{{1*/
     441void  Matice::InputUpdateFromVector(bool* vector, int name, int type){
    442442        /*Nothing updated yet*/
    443443}
Note: See TracChangeset for help on using the changeset viewer.