Skip to content

Commit

Permalink
Merge pull request firemodels#1908 from gforney/master
Browse files Browse the repository at this point in the history
smokview source: minor formatting edit
  • Loading branch information
gforney authored May 10, 2024
2 parents 3570582 + a6f253a commit 9fea07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/smokeview/menus.c
Original file line number Diff line number Diff line change
Expand Up @@ -7987,7 +7987,7 @@ void InitLoadMultiSubMenu(int **loadsubmslicemenuptr, int *nmultisliceloadedptr)
if(sd->compression_type == COMPRESSED_ZLIB){
strcat(menulabel, "(ZLIB)");
}
if(mslicei->loadable == 0)strcat(menulabel, " - unavailable, all meshes with this data deselected");
if(mslicei->loadable == 0)strcat(menulabel, " - unavailable, no meshes with this data were selected");
glutAddMenuEntry(menulabel, i);
}
*loadsubmslicemenuptr = loadsubmslicemenu;
Expand Down Expand Up @@ -8491,7 +8491,7 @@ void InitMultiVectorSubMenu(int **loadsubmvslicemenuptr){
if(si->compression_type == COMPRESSED_ZLIB){
STRCAT(menulabel, "(ZLIB)");
}
if(mvslicei->loadable == 0)strcat(menulabel, " - unavailable, all meshes with this data deselected");
if(mvslicei->loadable == 0)strcat(menulabel, " - unavailable, no meshes with this data were selected");
glutAddMenuEntry(menulabel, i);
if(i==0||strcmp(si->label.longlabel, sim1->label.longlabel)!=0){
nloadsubmvslicemenu++;
Expand Down

0 comments on commit 9fea07b

Please sign in to comment.