Skip to content

Commit

Permalink
Rename GetInstancePath_fbt_fbt.cpp to GetInstancePath_fbt.cpp (#152)
Browse files Browse the repository at this point in the history
* Rename GetInstancePath_fbt_fbt.cpp to GetInstancePath_fbt.cpp
* Rename GetInstancePath_fbt_fbt.h to GetInstancePath_fbt.h
* Update GetInstancePath_fbt.cpp
* Update CMakeLists.txt
  • Loading branch information
franz-hoepfinger-4diac authored Jun 9, 2024
1 parent 25459ce commit 9d09569
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ forte_add_module(UTILS OFF "FORTE UTILITY FBs")
# FORTE UTILITY FBs
#############################################################################

forte_add_sourcefile_hcpp(E_STOPWATCH GetInstancePath_fbt_fbt GetInstancePathAndName_fbt)
forte_add_sourcefile_hcpp(E_STOPWATCH GetInstancePath_fbt GetInstancePathAndName_fbt)
forte_add_sourcefile_hcpp(OUT_ANY_CONSOLE_fbt GEN_F_MUX_fbt GEN_CSV_WRITER_fbt)
forte_add_sourcefile_hcpp(GEN_ARRAY2VALUES_fbt GEN_VALUES2ARRAY_fbt GEN_ARRAY2ARRAY_fbt GET_AT_INDEX_fbt SET_AT_INDEX_fbt)
forte_add_sourcefile_hcpp(FB_RANDOM GET_STRUCT_VALUE_fbt SET_STRUCT_VALUE_fbt)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
* Alois Zoitl - initial API and implementation and/or initial documentation
*******************************************************************************/

#include "GetInstancePath_fbt_fbt.h"
#include "GetInstancePath_fbt.h"
#ifdef FORTE_ENABLE_GENERATED_SOURCE_CPP
#include "GetInstancePath_fbt_fbt_gen.cpp"
#include "GetInstancePath_fbt_gen.cpp"
#endif

#include "criticalregion.h"
Expand Down
File renamed without changes.

0 comments on commit 9d09569

Please sign in to comment.