|
Last change
on this file since 24686 was 24686, checked in by Mathieu Morlighem, 6 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 |
|
|---|
| 10 | void 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.