forked from UpsilonNumworks/Upsilon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[apps/atomic] Use latest commit (redesign)
- Loading branch information
Yaya-Cout
committed
Dec 29, 2022
1 parent
1de090c
commit 2312147
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[submodule "apps/rpn"] | ||
path = apps/rpn | ||
url = https://github.com/Lauryy06/Upsilon-RPN.git | ||
url = https://github.com/UpsilonNumworks/Upsilon-RPN.git | ||
[submodule "apps/atomic"] | ||
path = apps/atomic | ||
url = https://github.com/Lauryy06/atomic | ||
url = https://github.com/UpsilonNumworks/atomic |
Submodule atomic
updated
6 files
+1 −1 | app.cpp | |
+69 −14 | atom_info.cpp | |
+10 −7 | atomic_cell.cpp | |
+1 −1 | list_controller.cpp | |
+6 −6 | table_controller.cpp | |
+21 −4 | table_lines_view.cpp |