~quarantaene/libchronos/trunk

« back to all changes in this revision

Viewing changes to core/inputfunctions.cc

  • Committer: timo
  • Date: 2017-12-12 15:12:14 UTC
  • Revision ID: timo-20171212151214-sf2kr1sj3f12uh85
fixed a bug in the class WeightGenerator; replaced all remaining '#include's of <stdint.h> by <cstdint>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include "inputfunctions.hh"
2
2
 
3
3
#include <cmath>
4
 
#include <stdint.h>
 
4
#include <cstdint>
5
5
 
6
6
#include "synapse.hh"
7
7