aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/Cart3dTest/src/Evolve.c
blob: b63e30e8c3b41857ffc8e495eebe70efe30215de (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 "Symmetry.h"

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