Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
landinjm committed Feb 7, 2025
1 parent 1376ea2 commit decce81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions include/prismspf/core/compute_integral.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#ifndef compute_integral_h
#define compute_integral_h

/**
* \brief Compute the integral of a given field.
*/
class computeIntegral
{
public:
};

#endif

0 comments on commit decce81

Please sign in to comment.