Skip to content

Commit

Permalink
change2
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcbingo1999 committed Jul 26, 2020
1 parent a49c3e6 commit 5896c72
Show file tree
Hide file tree
Showing 22 changed files with 135,543 additions and 272 deletions.
Empty file added Document/.~4.领域模型.md
Empty file.
2 changes: 1 addition & 1 deletion SAD-Mesh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BIN_DIR := bin
INCLUDE := -I./$(INC_DIR)


$(BIN_DIR)/main: $(BUILD_DIR)/DataStructGMsh.o $(BUILD_DIR)/ExecManager.o $(BUILD_DIR)/FileManager.o $(BUILD_DIR)/User.o $(BUILD_DIR)/MeshTest.o
$(BIN_DIR)/main: $(BUILD_DIR)/DataStructGMsh.o $(BUILD_DIR)/ExecManager.o $(BUILD_DIR)/FileManager.o $(BUILD_DIR)/User.o $(BUILD_DIR)/KernelFunction.o
@mkdir -p $(BIN_DIR)
$(CC) $(FLAGS) $(INCLUDE) $^ -o $@

Expand Down
187 changes: 0 additions & 187 deletions SAD-Mesh/Mesh.cpp

This file was deleted.

Binary file modified SAD-Mesh/bin/main.exe
Binary file not shown.
Binary file modified SAD-Mesh/build/DataStructGMsh.o
Binary file not shown.
Binary file modified SAD-Mesh/build/ExecManager.o
Binary file not shown.
Binary file modified SAD-Mesh/build/FileManager.o
Binary file not shown.
Binary file renamed SAD-Mesh/build/MeshTest.o → SAD-Mesh/build/Mesh.o
Binary file not shown.
Binary file modified SAD-Mesh/build/User.o
Binary file not shown.
Loading

0 comments on commit 5896c72

Please sign in to comment.