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

make_module: only replace class name for sequential module

parent b40650d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,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