From 4489037bbce50a593cfcbf5277362e647195b8e4 Mon Sep 17 00:00:00 2001 From: Zhe Yuan Date: Sat, 4 Apr 2026 15:24:31 -0400 Subject: [PATCH] update lab3 README --- lab3/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lab3/README.md b/lab3/README.md index 237e8b1..59ae07a 100644 --- a/lab3/README.md +++ b/lab3/README.md @@ -1,5 +1,7 @@ # Lab 3: Stencil-Based Grid Subdivision +Author: Zhe Yuan + ## How to Build ### Windows @@ -70,4 +72,4 @@ Convert a `.grid2D` file to Geomview `.off` format: **GitHub Copilot** (via VS Code) was used for: - Auto generating `Makefile` and this `README.md`. - +- Auto completing during writing code.