Added tipper support

This commit is contained in:
GudniRos
2015-09-08 17:11:12 -07:00
parent b26412e7a9
commit 5eccffffb5
5 changed files with 69 additions and 16 deletions
+12 -1
View File
@@ -132,4 +132,15 @@ class FieldsMT_3D(FieldsMT):
# 'b_1d' : ['e_1dSolution','E','_b'],
# 'b_1dPrimary' : ['e_1dSolution','E','_bPrimary'],
# 'b_1dSecondary' : ['e_1dSolution','E','_bSecondary']
# }
# }
# knownFields = {'e_pxSolution':'E','e_pySoluiton':'E'}
# aliasFields = {
# 'e_px' : ['e_pxSolution','E','_epx'],
# 'e_pxPrimary' : ['e_pxSolution','E','_epxPrimary'],
# 'e_pxSecondary' : ['e_pxSolution','E','_epxSecondary'],
# 'b_px' : ['e_pxSolution','F','_bpx'],
# 'b_pxPrimary' : ['e_pxSolution','F','_bpxPrimary'],
# 'b_pxSecondary' : ['e_pxSolution','F','_bpxSecondary']
# }