1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-31 17:59:28 +00:00

Hadrons: pass strings by value

This commit is contained in:
2016-04-16 08:41:12 +01:00
parent 3834d81181
commit feae35d92c
10 changed files with 42 additions and 19 deletions

View File

@@ -0,0 +1,14 @@
//
// MSource.hpp
// Grid
//
// Created by Antonin Portelli on 16/04/2016.
//
//
#ifndef MSource_hpp
#define MSource_hpp
#include <stdio.h>
#endif /* MSource_hpp */