Skip to content

Commit 4b19bc5

Browse files
committed
#447 missing constants
1 parent bdeff86 commit 4b19bc5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

webapp/constants.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,3 +683,16 @@ export const LAUNCH_MODAL = {
683683
defaultResource: 'Local Machine',
684684
errorText: 'Please check the input',
685685
};
686+
687+
export const geometryClasses = [
688+
'DistributedBoundary',
689+
'FractionalVolume',
690+
'FixedCrossSection',
691+
'ScalableBorder',
692+
'Shell',
693+
];
694+
695+
export const geometryStrings = [
696+
'inside',
697+
'membrane',
698+
];

0 commit comments

Comments
 (0)