Skip to content

Commit

Permalink
fix typo in after_run header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Sep 5, 2022
1 parent 0ce978e commit db490c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brian2/devices/cpp_standalone/templates/common_group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ void _after_run_{{codeobj_name}}()

{% macro after_run_h_file() %}
#ifndef _INCLUDED_{{codeobj_name}}_after
#define _INCLUDED_{{codeobj_name}}_afer
#define _INCLUDED_{{codeobj_name}}_after

void _after_run_{{codeobj_name}}();

Expand Down

0 comments on commit db490c0

Please sign in to comment.