Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
aeantipov committed Feb 9, 2017
1 parent e29ca44 commit 82ec632
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/basic_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
*/

// This includes the grid of real values.
#include "real_grid.hpp"
#include "gftools/real_grid.hpp"
// This includes the definition of a container class - a tool to store data.
#include "container.hpp"
#include "gftools/container.hpp"
// This include the grid_object class - an object to store data, defined on a grid.
#include "grid_object.hpp"
#include "gftools/grid_object.hpp"

using namespace gftools;

Expand Down

0 comments on commit 82ec632

Please sign in to comment.