Last change
on this file was 25836, checked in by Mathieu Morlighem, 4 years ago |
merged trunk-jpl and trunk for revision 25834
|
File size:
384 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 |
|
---|
10 | void InputDuplicatex(FemModel* femmodel,int original_enum, int new_enum){
|
---|
11 | femmodel->inputs->DuplicateInput(original_enum,new_enum);
|
---|
12 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.