Skip to content

Commit

Permalink
Copy of 742872f
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick1st committed Apr 13, 2023
1 parent 23efd99 commit 99ad548
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private static void cleanup() {
}

public static String getDebugString() {
if (IPGlobal.enableSharedBlockMeshBuffers) {
if (IPGlobal.enableSharedBlockMeshBuffers && threadBuffers != null) {
return "SharedBlockMeshBuffers " + Integer.toString(threadBuffers.size());
}
return "";
Expand Down

0 comments on commit 99ad548

Please sign in to comment.