-
- Downloads
"...git@git.cs.usask.ca:RyanHoppe/OriginalGladiator.git" did not exist on "eab4f4caee5ad5426db9aad6f79180539f52933e"
Change GRUinfo to GRU
Changed the GRUinfo class to be just the GRU class. This class now better reflects that it is the object that the job actor holds. It will also contain the GRU actor that runs the simulation portion of the program.
Showing
- build/cmake/CMakeLists.txt 4 additions, 3 deletionsbuild/cmake/CMakeLists.txt
- build/cmake/be.cmake 7 additions, 2 deletionsbuild/cmake/be.cmake
- build/cmake/ida.cmake 1 addition, 1 deletionbuild/cmake/ida.cmake
- build/cmake/kinsol.cmake 1 addition, 1 deletionbuild/cmake/kinsol.cmake
- build/includes/job_actor/GRU.hpp 4 additions, 67 deletionsbuild/includes/job_actor/GRU.hpp
- build/includes/job_actor/job_actor.hpp 1 addition, 2 deletionsbuild/includes/job_actor/job_actor.hpp
- build/source/actors/job_actor/GRU.cpp 86 additions, 0 deletionsbuild/source/actors/job_actor/GRU.cpp
Please register or sign in to comment