Skip to content

Commit 8d3ccf1

Browse files
committed
Update import path for FEAScriptModel
1 parent d49805c commit 8d3ccf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/HeatConduction2DPerfomanceTest.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ <h2>Run Performance Test</h2>
7878
</ul>
7979

8080
<script type="module">
81-
// import { FEAScriptModel, plotSolution } from "https://core.feascript.com/dist/feascript.esm.js";
82-
import { FEAScriptModel, plotSolution } from "../../FEAScript-core/src/index.js";
81+
import { FEAScriptModel, plotSolution } from "https://core.feascript.com/dist/feascript.esm.js";
82+
// import { FEAScriptModel, plotSolution } from "../../FEAScript-core/src/index.js";
8383

8484
function runSpeedTest(selectedSolver) {
8585
const numElementsX = parseInt(document.getElementById("numElementsX").value);

0 commit comments

Comments
 (0)