Ignore:
Timestamp:
06/21/10 11:53:17 (15 years ago)
Author:
Eric.Larour
Message:

renamed UpdateInputsFromDakotax to InputUpdateFromDakotax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp

    r4081 r4082  
    1 /*!\file UpdateInputsFromDakotax
     1/*!\file InputUpdateFromDakotax
    22 * \brief: update datasets using  parameter inputs
    33 */
    44
    5 #include "./UpdateInputsFromDakotax.h"
     5#include "./InputUpdateFromDakotax.h"
    66#include "../../shared/shared.h"
    77#include "../../include/include.h"
     
    99#include "../../EnumDefinitions/EnumDefinitions.h"
    1010
    11 void UpdateInputsFromDakotax(double* variables,char** variables_descriptors,int numvariables,FemModel* femmodel,double* qmu_part,int qmu_npart){
     11void InputUpdateFromDakotax(double* variables,char** variables_descriptors,int numvariables,FemModel* femmodel,double* qmu_part,int qmu_npart){
    1212
    1313        ISSMERROR(" not supported yet!");
Note: See TracChangeset for help on using the changeset viewer.