Skip to content

Commit

Permalink
smvq source: surround some fed code with pp_FED
Browse files Browse the repository at this point in the history
  • Loading branch information
gforney committed May 21, 2024
1 parent 1ff43a3 commit c77cea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/smvq/smvq.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,14 @@ int SetGlobalFilenames(const char *fdsprefix) {
STRCAT(ffmpeg_command_filename, ".sh");
#endif
}
#ifdef pp_FED
if (fed_filename == NULL) {
STRCPY(fed_filename_base, fdsprefix);
STRCAT(fed_filename_base, ".fed_smv");
fed_filename =
GetFileName(smokeview_scratchdir, fed_filename_base, NOT_FORCE_IN_DIR);
}
#endif
if (stop_filename == NULL) {
NewMemory((void **)&stop_filename,
(unsigned int)(len_casename + strlen(".stop") + 1));
Expand Down

0 comments on commit c77cea1

Please sign in to comment.