Fix macrodef.h include and clean up stale z4c_gpu_rhs_ss.cu
Include macrodef.h (not macrodef.fh) in gpu_rhsSS_mem.h and bssn_gpu.h so that ABEtype is visible to #if guards in CUDA files. Remove the separate z4c_gpu_rhs_ss.cu (merged into bssn_gpu_rhs_ss.cu). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef GPU_MEM_H_
|
||||
#define GPU_MEM_H_
|
||||
#include "macrodef.fh"
|
||||
#include "macrodef.h"
|
||||
|
||||
#ifdef WithShell
|
||||
struct Metass
|
||||
|
||||
Reference in New Issue
Block a user