Skip to content

Commit

Permalink
Merge branch 'pyEXPfix' of github.com:EXP-code/EXP into pyEXPfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin D. Weinberg committed Mar 22, 2024
2 parents e9c4365 + 948ed04 commit 86cae22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cudaComponent.cu
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ void Component::print_level_lists_cuda(double T)
if (tot) {

std::ostringstream ofil;
ofil << runtag << ".levels";
ofil << outdir << runtag << ".levels";
std::ofstream out(ofil.str().c_str(), ios::app);

int sum=0;
Expand Down

0 comments on commit 86cae22

Please sign in to comment.