Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 181 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 181 Bytes

initial_stress_generator

Generation of Initial Stress

1. Run `g++ -std=c++11 main.cpp -o main`

Note to Developers

1. Format using clang-format : `clang-format -i *.cpp`