renamed script in order to distinguish from "add" scripts that act on ascii tables
This commit is contained in:
parent
427f32364f
commit
e6499e1a39
|
@ -37,7 +37,6 @@ bin_link = { \
|
||||||
'addCauchy.py',
|
'addCauchy.py',
|
||||||
'addCompatibilityMismatch.py',
|
'addCompatibilityMismatch.py',
|
||||||
'addCurl.py',
|
'addCurl.py',
|
||||||
'addDataToGeometry.py',
|
|
||||||
'addDeformedConfiguration.py',
|
'addDeformedConfiguration.py',
|
||||||
'addDeterminant.py',
|
'addDeterminant.py',
|
||||||
'addDeviator.py',
|
'addDeviator.py',
|
||||||
|
@ -66,6 +65,7 @@ bin_link = { \
|
||||||
'showTable.py',
|
'showTable.py',
|
||||||
'tagLabel.py',
|
'tagLabel.py',
|
||||||
'vtk2ang.py',
|
'vtk2ang.py',
|
||||||
|
'vtk_addData.py',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue