Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d52ee93

Browse filesBrowse files
committed
Update imports in index.js and meshGenerationScript.js
1 parent e06950a commit d52ee93
Copy full SHA for d52ee93

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎src/index.js

Copy file name to clipboardExpand all lines: src/index.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// Website: https://feascript.com/ \__| //
1010

1111
export { FEAScriptModel } from "./FEAScript.js";
12+
export { importGmshQuadTri } from "./readers/gmshReaderScript.js";
13+
export { logSystem, printVersion } from "./utilities/loggingScript.js";
1214
export { plotSolution } from "./visualization/plotSolutionScript.js";
13-
export { printVersion, logSystem } from "./utilities/loggingScript.js";
1415
export { FEAScriptWorker } from "./workers/workerScript.js";

‎src/mesh/meshGenerationScript.js

Copy file name to clipboardExpand all lines: src/mesh/meshGenerationScript.js
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// Website: https://feascript.com/ \__| //
1010

1111
// Internal imports
12-
import { importGmshQuadTri } from "../readers/gmshReaderScript.js";
1312
import { errorLog } from "../utilities/loggingScript.js";
1413

1514
/**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.