Skip to content

Commit

Permalink
Update LoadBalancer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LennoxLiu committed Apr 7, 2024
1 parent 600c10e commit 73a0ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpc/singularity/LoadBalancer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <unistd.h>
#include <limits.h>

#include "../lib/umbridge.h"
#include "../../lib/umbridge.h"

void create_directory_if_not_existing(std::string directory) {
if (!std::filesystem::is_directory(directory) || !std::filesystem::exists(directory)) {
Expand Down

0 comments on commit 73a0ae7

Please sign in to comment.