Skip to content

Commit

Permalink
added checkpoint class to compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
josura committed Jun 20, 2024
1 parent b585976 commit 1cef7fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ set(LIB_SRCS
src/PropagationModelCustom.cxx
src/CustomFunctions.cxx
src/Logger.cxx
src/Checkpoint.cxx
)

if(CUDAavailable)
Expand Down
8 changes: 4 additions & 4 deletions src/Checkpoint.cxx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include<Checkpoint.hxx>
#include<Computation.h>
#include<string>
#include<utilities.h>
#include "Checkpoint.hxx"
#include "Computation.h"
#include <string>
#include "utilities.h"

Checkpoint::Checkpoint() {
this->checkPointFolder = "checkpoints/";
Expand Down

0 comments on commit 1cef7fe

Please sign in to comment.