Skip to content

Commit

Permalink
Add tensors to the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
reverendbedford committed Jan 19, 2024
1 parent 4ae97ea commit 65c2ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/neml_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "nemlerror.h"
#include "models.h"
#include "math/tensors.h"

namespace neml {
std::unique_ptr<NEMLModel> parse_xml_unique(std::string fname, std::string mname);
Expand Down

0 comments on commit 65c2ee4

Please sign in to comment.