source: issm/trunk/src/c/modules/InputDuplicatex/InputDuplicatex.cpp@ 24686

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

merged trunk-jpl and trunk for revision 24684

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