File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
// Website: https://feascript.com/ \__| //
10
10
11
11
export { FEAScriptModel } from "./FEAScript.js" ;
12
+ export { importGmshQuadTri } from "./readers/gmshReaderScript.js" ;
13
+ export { logSystem , printVersion } from "./utilities/loggingScript.js" ;
12
14
export { plotSolution } from "./visualization/plotSolutionScript.js" ;
13
- export { printVersion , logSystem } from "./utilities/loggingScript.js" ;
14
15
export { FEAScriptWorker } from "./workers/workerScript.js" ;
Original file line number Diff line number Diff line change 9
9
// Website: https://feascript.com/ \__| //
10
10
11
11
// Internal imports
12
- import { importGmshQuadTri } from "../readers/gmshReaderScript.js" ;
13
12
import { errorLog } from "../utilities/loggingScript.js" ;
14
13
15
14
/**
You can’t perform that action at this time.
0 commit comments