source: issm/trunk-jpl/src/c/modules/InputDuplicatex/InputDuplicatex.cpp

Last change on this file was 25379, checked in by Mathieu Morlighem, 5 years ago

CHG: moving inputs2 back to inputs

File size: 384 bytes
RevLine 
[4062]1/*!\file InputDuplicatex
[4046]2 * \brief: duplicte an input inside the elements, onto another, and wipe it off.
[4043]3 */
4
[4062]5#include "./InputDuplicatex.h"
[4043]6#include "../../shared/shared.h"
[14951]7#include "../../classes/classes.h"
[4043]8#include "../../toolkits/toolkits.h"
9
[16219]10void InputDuplicatex(FemModel* femmodel,int original_enum, int new_enum){
[25379]11 femmodel->inputs->DuplicateInput(original_enum,new_enum);
[4043]12}
Note: See TracBrowser for help on using the repository browser.