Changeset 10566


Ignore:
Timestamp:
11/10/11 08:37:28 (13 years ago)
Author:
Eric.Larour
Message:

Changed Qmu to Dakota name

Location:
issm/trunk/src/c
Files:
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/src/c/Makefile.am

    r10529 r10566  
    369369                                          ./modules/Dakotax/DescriptorIndex.cpp\
    370370                                          ./modules/AverageOntoPartitionx/AverageOntoPartitionx.cpp\
    371                                           ./modules/ModelProcessorx/Qmu/CreateParametersQmu.cpp\
     371                                          ./modules/ModelProcessorx/Dakota/CreateParametersDakota.cpp\
    372372                                          ./modules/AverageOntoPartitionx/AverageOntoPartitionx.h
    373373dakota_psources= ./modules/Dakotax/SpawnCoreParallel.cpp
  • TabularUnified issm/trunk/src/c/modules/ModelProcessorx/Dakota/CreateParametersDakota.cpp

    r10564 r10566  
    1 /*!\file: CreateParametersQmu.cpp
     1/*!\file: CreateParametersDakota.cpp
    22 * \brief general driver for creating parameters dataset
    33 */
     
    1313#include "../ModelProcessorx.h"
    1414
    15 void CreateParametersQmu(Parameters** pparameters,IoModel* iomodel,int solution_type,int analysis_type){
     15void CreateParametersDakota(Parameters** pparameters,IoModel* iomodel,int solution_type,int analysis_type){
    1616
    1717        /*variable declarations: {{{1*/
Note: See TracChangeset for help on using the changeset viewer.