Commit ca0de7c5 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

make_module: only replace class name for sequential module

(cherry picked from commit e5b45277)
parent dd6c3a61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ fi
if [ "$sequence" = 1 ]; then
  # Change header file
  command="sed ${opt} \
      -e 's/ Module/ SequentialModule/g' \
      -e 's/public Module/public SequentialModule/g' \
      $MODDIR/$MODNAME/${MODNAME}Module.hpp"
  eval $command
  # Change implementation file