Skip to content
Snippets Groups Projects

Update waves

Merged Boman Romain requested to merge adrien into master
12 files
+ 44
5
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 4
0
@@ -4,3 +4,7 @@ Cache::Cache(int _npg) : npg(_npg)
{
}
Gauss & Cache::getVGauss()
{
throw std::runtime_error("Cache::getGauss not implemented!\n");
}
\ No newline at end of file
Loading