Skip to content
Snippets Groups Projects

add histogram reader

Merged Cristian Lalescu requested to merge feat/adds_histogram_reader into develop
Files
21
@@ -59,7 +59,7 @@ class ADNS(TurTLE.DNS):
@@ -59,7 +59,7 @@ class ADNS(TurTLE.DNS):
for hh in self.include_list])
for hh in self.include_list])
self.name = 'NSVEparticle_set'
self.name = 'NSVEparticle_set'
self.dns_type = 'NSVEparticle_set'
self.dns_type = 'NSVEparticle_set'
self.definitions += open(
self.definitions = open(
os.path.join(
os.path.join(
cpp_location, 'NSVEparticle_set.hpp'), 'r').read()
cpp_location, 'NSVEparticle_set.hpp'), 'r').read()
self.definitions += open(
self.definitions += open(
Loading