Skip to content

Commit 2456fd1

Browse files
authored
fix circular include in hybrj (AMReX-Astro#1623)
1 parent 83817c0 commit 2456fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/hybrj/hybrj_r1mpyq.H

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef HYBRJ_R1MPYQ_H
22
#define HYBRJ_R1MPYQ_H
33

4-
#include <hybrj.H>
4+
#include <hybrj_type.H>
55

66
// given an m by n matrix a, this subroutine computes a*q where
77
// q is the product of 2*(n - 1) transformations

0 commit comments

Comments
 (0)