forgot to add TypeName implementation for float and double

This commit is contained in:
Mathieu Lacage
2007-07-02 14:07:27 +02:00
parent fb968dccdf
commit 04ebac2279

View File

@@ -19,6 +19,7 @@ DEF_TYPE (int8_t);
DEF_TYPE (int16_t);
DEF_TYPE (int32_t);
DEF_TYPE (int64_t);
DEF_TYPE (float);
DEF_TYPE (double);
}//namespace ns3