aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/Cart3dTest/src/Evolve.c
blob: 7c0fb5bc21abd6f3ae03ace7ff44d5af4f5e9178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>

#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"

#include "AlphaThorns/Cart3d/src/Cart3d.h"

int Cart3dTest_Evolve (CCTK_ARGUMENTS)
{
  DECLARE_CCTK_ARGUMENTS
  DECLARE_CCTK_PARAMETERS
  
  return Cart3dSymGN (cctkGH, "Cart3dTest::quantities");
}